aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Data-Entropy
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-09-21 17:08:26 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-09-21 17:08:26 +0800
commit3232dad124fa40d98b10f3f229e505a5a7acfec5 (patch)
tree5d699f2ca5d2b5db84b84a7828023d0b1cb775e2 /security/p5-Data-Entropy
parent2e74afef70a2019b63fac04566e2870d5f733e4b (diff)
downloadfreebsd-ports-gnome-3232dad124fa40d98b10f3f229e505a5a7acfec5.tar.gz
freebsd-ports-gnome-3232dad124fa40d98b10f3f229e505a5a7acfec5.tar.zst
freebsd-ports-gnome-3232dad124fa40d98b10f3f229e505a5a7acfec5.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Diffstat (limited to 'security/p5-Data-Entropy')
-rw-r--r--security/p5-Data-Entropy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Data-Entropy/Makefile b/security/p5-Data-Entropy/Makefile
index 27f171a1c08c..70ce1b00ed35 100644
--- a/security/p5-Data-Entropy/Makefile
+++ b/security/p5-Data-Entropy/Makefile
@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Entropy (randomness) management
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
RUN_DEPENDS= p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
p5-Data-Float>=0.008:math/p5-Data-Float \
p5-HTTP-Lite>=0.22:www/p5-HTTP-Lite \
@@ -18,5 +21,6 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
USES= perl5
USE_PERL5= modbuild
+NO_ARCH= yes
.include <bsd.port.mk>