1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add LICENSE

- Add NO_ARCH

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-09-21 09:08:26 +00:00
parent 04830cd2f3
commit da32efcb54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480243

View File

@ -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>