- Add LICENSE
- Add NO_ARCH - Add WWW Approved by: portmgr blanket
This commit is contained in:
parent
0d9b04e671
commit
911798c905
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481332
2 changed files with 6 additions and 0 deletions
|
@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Cryptographically Secure, True Random Number Generator
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Math-Pari>=0:math/p5-Math-Pari \
|
||||
p5-Class-Loader>=0:devel/p5-Class-Loader
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -13,3 +13,5 @@ that does not wait for the entropy-pool to recharge and returns as many bytes
|
|||
as requested. /dev/urandom is considerably faster at generation compared to
|
||||
/dev/random, which should be used only when very high quality randomness is
|
||||
desired.
|
||||
|
||||
WWW: https://metacpan.org/release/Crypt-Random
|
||||
|
|
Loading…
Reference in a new issue