aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Random
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-10-06 09:08:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-10-06 09:08:37 +0000
commit911798c905c7a6acc58a8acc717657211afb0bfd (patch)
tree503e0041eb222615992b9ee9cef86937fe28dde5 /security/p5-Crypt-Random
parent0d9b04e6719c60d1fdcf80145ba0b3e48c9d3150 (diff)
downloadports-911798c905c7a6acc58a8acc717657211afb0bfd.tar.gz
ports-911798c905c7a6acc58a8acc717657211afb0bfd.zip
- Add LICENSE
- Add NO_ARCH - Add WWW Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=481332
Diffstat (limited to 'security/p5-Crypt-Random')
-rw-r--r--security/p5-Crypt-Random/Makefile4
-rw-r--r--security/p5-Crypt-Random/pkg-descr2
2 files changed, 6 insertions, 0 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile
index 1fd157045b21..97f91faa1fa3 100644
--- a/security/p5-Crypt-Random/Makefile
+++ b/security/p5-Crypt-Random/Makefile
@@ -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>
diff --git a/security/p5-Crypt-Random/pkg-descr b/security/p5-Crypt-Random/pkg-descr
index fa82f59dc5c9..2095916edadb 100644
--- a/security/p5-Crypt-Random/pkg-descr
+++ b/security/p5-Crypt-Random/pkg-descr
@@ -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