aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Primes
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-01-09 09:00:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-01-09 09:00:26 +0000
commit1f8bc60ff0e12e09601ddea56d3e55a836aab506 (patch)
treebe342b02ab56c5c23a1c06864f592ade5fd45ca0 /security/p5-Crypt-Primes
parent64fc3b7c2e19fe09e537d8855dcab08d7cb1a96e (diff)
downloadports-1f8bc60ff0e12e09601ddea56d3e55a836aab506.tar.gz
ports-1f8bc60ff0e12e09601ddea56d3e55a836aab506.zip
Notes
Diffstat (limited to 'security/p5-Crypt-Primes')
-rw-r--r--security/p5-Crypt-Primes/Makefile4
-rw-r--r--security/p5-Crypt-Primes/pkg-descr2
2 files changed, 6 insertions, 0 deletions
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile
index ac2a659b3acc..39305d3ac7f8 100644
--- a/security/p5-Crypt-Primes/Makefile
+++ b/security/p5-Crypt-Primes/Makefile
@@ -11,11 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provable Prime Number Generator suitable for Cryptographic Applications
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-Random>=0:security/p5-Crypt-Random \
p5-Math-Pari>=0:math/p5-Math-Pari
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/security/p5-Crypt-Primes/pkg-descr b/security/p5-Crypt-Primes/pkg-descr
index eda828ea65b9..9ac8ecc07e3d 100644
--- a/security/p5-Crypt-Primes/pkg-descr
+++ b/security/p5-Crypt-Primes/pkg-descr
@@ -10,3 +10,5 @@ Crypt::Primes is a pure perl implementation. It uses Math::Pari for
multiple precision integer arithmetic and number theoretic functions.
Random numbers are gathered with Crypt::Random, a perl interface to
/dev/u?random devices found on modern Unix operating systems.
+
+WWW: https://metacpan.org/release/Crypt-Primes