diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-09-21 17:08:26 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-09-21 17:08:26 +0800 |
commit | 3232dad124fa40d98b10f3f229e505a5a7acfec5 (patch) | |
tree | 5d699f2ca5d2b5db84b84a7828023d0b1cb775e2 /security/p5-Data-Entropy | |
parent | 2e74afef70a2019b63fac04566e2870d5f733e4b (diff) | |
download | freebsd-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/Makefile | 4 |
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> |