- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
This commit is contained in:
parent
64fc3b7c2e
commit
1f8bc60ff0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489761
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user