[Midnightbsd-cvs] mports [17544] trunk/Mk/components/metadata.mk: expose restricted and license perms if part of the part

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 27 09:38:33 EDT 2014


Revision: 17544
          http://svnweb.midnightbsd.org/mports/?rev=17544
Author:   laffer1
Date:     2014-09-27 09:38:31 -0400 (Sat, 27 Sep 2014)
Log Message:
-----------
expose restricted and license perms if part of the part

Modified Paths:
--------------
    trunk/Mk/components/metadata.mk

Modified: trunk/Mk/components/metadata.mk
===================================================================
--- trunk/Mk/components/metadata.mk	2014-09-27 13:35:45 UTC (rev 17543)
+++ trunk/Mk/components/metadata.mk	2014-09-27 13:38:31 UTC (rev 17544)
@@ -95,8 +95,12 @@
 			version        => q(${PKGVERSION}), \
 			description    => qq(${COMMENT:S/'/\x27/g}), \
 			license        => q(${LICENSE}), \
+			license_perms  => [qw(${LICENSE_PERMS})], \
+			license_name   => q(${LICENSE_NAME}), \
+			license_text   => q(${LICENSE_TEXT}), \
 			categories     => [qw(${CATEGORIES})], \
 			is_interactive => q(${IS_INTERACTIVE}) ? 1 : 0, \
+			restricted     => q(${RESTRICTED}) ? 1 : 0, \
 		); \
 		$$port{license} ||= undef; \
 		my %depends; \



More information about the Midnightbsd-cvs mailing list