From 3232dad124fa40d98b10f3f229e505a5a7acfec5 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 21 Sep 2018 09:08:26 +0000 Subject: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket --- security/p5-Data-Entropy/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/p5-Data-Entropy') 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 -- cgit