diff options
Diffstat (limited to 'security/p5-Crypt-SysRandom/Makefile')
-rw-r--r-- | security/p5-Crypt-SysRandom/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/p5-Crypt-SysRandom/Makefile b/security/p5-Crypt-SysRandom/Makefile index a440d16dca3a..4446c6856d50 100644 --- a/security/p5-Crypt-SysRandom/Makefile +++ b/security/p5-Crypt-SysRandom/Makefile @@ -6,12 +6,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to system randomness -WWW= https://metacpan.org/release/Crypt-SysRandom +WWW= https://metacpan.org/dist/Crypt-SysRandom -LICENSE= ART20 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> |