2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Michael Haro <mharo@FreeBSD.org>
|
2001-09-12 03:09:39 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-Primes
|
2003-07-01 05:44:58 +02:00
|
|
|
PORTVERSION= 0.50
|
2001-09-12 03:09:39 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-09-12 03:09:39 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-23 10:47:31 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Provable Prime Number Generator suitable for Cryptographic Applications
|
2001-09-12 03:09:39 +02:00
|
|
|
|
2012-10-10 18:56:07 +02:00
|
|
|
BUILD_DEPENDS= p5-Crypt-Random>=0:${PORTSDIR}/security/p5-Crypt-Random \
|
|
|
|
p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari
|
2001-09-12 03:09:39 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-09-12 03:09:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|