diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 11:24:22 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-18 11:35:23 +0800 |
commit | fad74e3335ad85b16b260e14b8a0d2b891d11cd2 (patch) | |
tree | b57ac9c20e8bf5fa8654b03fc11d999cae444b22 | |
parent | net/p5-Net-Patricia: Fix *_DEPENDS (diff) |
security/p5-Crypt-SysRandom: Fix LICENSE and WWW
- Add NO_ARCH
-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> |