aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Bit-Vector-Minimal
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-03-14 09:00:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-03-14 09:00:59 +0000
commit0731267ae466d26195b8ef88618b2bd8b448e1c8 (patch)
treebbb2ead1a5d8394bbf99665d40ce32f806d9bf3c /math/p5-Bit-Vector-Minimal
parent95b09faf96c969ba2df503b5567a7f1c82802e4a (diff)
downloadports-0731267ae466d26195b8ef88618b2bd8b448e1c8.tar.gz
ports-0731267ae466d26195b8ef88618b2bd8b448e1c8.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=495695
Diffstat (limited to 'math/p5-Bit-Vector-Minimal')
-rw-r--r--math/p5-Bit-Vector-Minimal/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-Bit-Vector-Minimal/Makefile b/math/p5-Bit-Vector-Minimal/Makefile
index aa01ccadc28e..f9a2a78ecd86 100644
--- a/math/p5-Bit-Vector-Minimal/Makefile
+++ b/math/p5-Bit-Vector-Minimal/Makefile
@@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Object-oriented wrapper around Perl's vec()
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>