summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-18 09:08:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-09-18 09:08:25 +0000
commita2efd13949a5dfbe3c5af55d0c133485467eb60e (patch)
tree042f4a8444f7feb71e2996d0d0e86fca920073b7
parentConditionalize EXIM_WARN_FLAGS on clang to fix build on gcc-based (diff)
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=480000
-rw-r--r--devel/p5-Scalar-Listify/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-Scalar-Listify/Makefile b/devel/p5-Scalar-Listify/Makefile
index b5d8b850c7ac..dfc444d53cf2 100644
--- a/devel/p5-Scalar-Listify/Makefile
+++ b/devel/p5-Scalar-Listify/Makefile
@@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Poduces an array(ref)? from a scalar value or array ref
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>