aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-24 17:03:20 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-24 17:03:20 +0800
commitb21dab38d2b5d0d674e73cbe10973616f3c8bc06 (patch)
tree27b0da3c3a6a1860d985d02e303ce72e0622ea35
parentf20b320ac2d9d389a2fd053a7a7c4cd211372211 (diff)
downloadfreebsd-ports-b21dab38d2b5d0d674e73cbe10973616f3c8bc06.tar.gz
freebsd-ports-b21dab38d2b5d0d674e73cbe10973616f3c8bc06.tar.zst
freebsd-ports-b21dab38d2b5d0d674e73cbe10973616f3c8bc06.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=465438
-rw-r--r--math/p5-Math-Base85/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile
index c4f653fd112b..8d1aeb0728b7 100644
--- a/math/p5-Math-Base85/Makefile
+++ b/math/p5-Math-Base85/Makefile
@@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl extension for base 85 numbers, as referenced by RFC 1924
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>