2001-09-12 03:09:39 +02:00
|
|
|
# New ports collection makefile for: p5-Crypt-Primes
|
|
|
|
# Date created: Tue Sep 11 10:31:23 PDT 2001
|
|
|
|
# Whom: Michael Haro <mharo@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
PERLBASE= ${SITE_PERL}
|
2001-09-12 03:09:39 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \
|
|
|
|
${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2004-04-17 16:00:44 +02:00
|
|
|
MAN1= largeprimes.1
|
2001-09-12 03:09:39 +02:00
|
|
|
MAN3= Crypt::Primes.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|