head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.10.10.16.56.07;	author az;	state Exp;
branches;
next	1.8;

1.8
date	2008.04.17.14.28.11;	author araujo;	state Exp;
branches;
next	1.7;

1.7
date	2007.03.23.09.47.30;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2004.04.17.14.00.44;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.24.12.03.33;	author ijliao;	state Exp;
branches;
next	1.4;

1.4
date	2003.07.01.03.44.58;	author foxfair;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.10.44;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.22.16.12.22;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.12.01.09.39;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# 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: head/security/p5-Crypt-Primes/Makefile 305672 2012-10-10 16:56:07Z az $
#

PORTNAME=	Crypt-Primes
PORTVERSION=	0.50
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Provable Prime Number Generator suitable for Cryptographic Applications

BUILD_DEPENDS=	p5-Crypt-Random>=0:${PORTSDIR}/security/p5-Crypt-Random \
		p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari

PERL_CONFIGURE=	yes

MAN1=		largeprimes.1
MAN3=		Crypt::Primes.3

.include <bsd.port.mk>
@


1.9
log
@SVN rev 305672 on 2012-10-10 16:56:07Z by az

- Remove SITE_PERL from *_DEPENDS (final part)

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d17 2
a18 4
PERLBASE=	${SITE_PERL}

BUILD_DEPENDS=	${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \
		${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari
@


1.7
log
@Reset mharo due to maintainer-timeouts and no response to PRs.

Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.6
log
@Add missing manpage
@
text
@d15 1
a15 1
MAINTAINER=	mharo@@FreeBSD.org
@


1.5
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d25 1
@


1.4
log
@PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade to 0.50.

maintainer timeout:	> 10 days
@
text
@d18 1
a18 1
PERLBASE=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a24 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d9 1
a9 1
PORTVERSION=	0.49
@


1.2
log
@Remove RESTRICTED tag for crypto stuff.

Approved by:	kris (implicitly)
@
text
@d16 1
@


1.1
log
@Provable Prime Number Generator suitable for Cryptographic Applications
@
text
@a21 2
RESTRICTED=	"Crypto; export-controlled"

@

