head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	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.14
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.06.06.17.22.51;	author az;	state Exp;
branches;
next	1.12;

1.12
date	2012.01.21.17.37.46;	author eadler;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.17.14.28.13;	author araujo;	state Exp;
branches;
next	1.10;

1.10
date	2007.03.23.09.47.31;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2005.11.14.04.52.36;	author mharo;	state Exp;
branches;
next	1.8;

1.8
date	2005.01.09.21.28.34;	author mharo;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.09.21.27.20;	author mharo;	state Exp;
branches;
next	1.6;

1.6
date	2004.06.08.00.58.09;	author mharo;	state Exp;
branches;
next	1.5;

1.5
date	2004.01.16.23.06.47;	author mharo;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.24.12.03.36;	author ijliao;	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.00.45.21;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Crypt-Random
# Date created:				Tue Sep 11 10:47:19 PDT 2001
# Whom:	      				Michael Haro <mharo@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Crypt-Random/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-Random
PORTVERSION=	1.25
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Cryptographically Secure, True Random Number Generator

BUILD_DEPENDS=	p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari \
		p5-Class-Loader>=0:${PORTSDIR}/devel/p5-Class-Loader
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Crypt::Random.3

.include <bsd.port.mk>
@


1.13
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d18 2
a19 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
		${SITE_PERL}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader
@


1.11
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
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


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

Hat:		portmgr
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.9
log
@Upgrade to 1.25
@
text
@d16 1
a16 1
MAINTAINER=	mharo@@FreeBSD.org
@


1.8
log
@increment PORTREVISION
@
text
@d9 1
a9 1
PORTVERSION=	1.23
@


1.7
log
@add RUN_DEPENDS

PR: 75803
Submitted by: ITO, Takayuki <yuki@@euc.jp>
@
text
@d10 1
@


1.6
log
@Update to 1.23
@
text
@d18 3
a20 4
PERLBASE=	${SITE_PERL}

BUILD_DEPENDS=	${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
		${PERLBASE}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader
@


1.5
log
@update to 1.13
@
text
@d9 1
a9 1
PORTVERSION=	1.13
@


1.4
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.11
@


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
@d18 1
a18 1
PERLBASE=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a24 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.2
log
@Remove RESTRICTED tag for crypto stuff.

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


1.1
log
@Crypt::Random is an interface module to the /dev/random device found on most
modern Unix systems.
@
text
@a21 2
RESTRICTED=	"Crypto; export-controlled"

@

