summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-12 09:04:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-12 09:04:31 +0000
commit50db690c63defe0438b9f191b8b253834f4fc4d7 (patch)
treef415bd3363c443959f8763d69b30b461262200e3
parentdatabases/pgadmin3: Correct the mistake in wxrc substitution (diff)
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=472237
-rw-r--r--devel/p5-Class-Loader/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Class-Loader/Makefile b/devel/p5-Class-Loader/Makefile
index 8cc9e0be6fa3..395bd21327c5 100644
--- a/devel/p5-Class-Loader/Makefile
+++ b/devel/p5-Class-Loader/Makefile
@@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Load modules and create objects on demand
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE_ART10= ${WRKSRC}/ARTISTIC
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>