head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.03.06.03.32.03;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.17.13.16.11;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:    Crypt::Random::Source
# Date created:                         15 March 2011
# Whom:                                 Dereckson <dereckson@@gmail.com>
#
# $FreeBSD: head/security/p5-Crypt-Random-Source/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

MAINTAINER=	dereckson@@gmail.com
COMMENT=	Get weak or strong random data from pluggable sources

LICENSE=	ART20

BUILD_DEPENDS=	p5-Any-Moose>=0.11:${PORTSDIR}/devel/p5-Any-Moose \
		p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny \
		p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \
		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
		p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
		p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok

MAN3=		Crypt::Random::Source.3 \
		Crypt::Random::Source::Base.3 \
		Crypt::Random::Source::Base::File.3 \
		Crypt::Random::Source::Base::Handle.3 \
		Crypt::Random::Source::Base::Proc.3 \
		Crypt::Random::Source::Base::RandomDevice.3 \
		Crypt::Random::Source::Factory.3 \
		Crypt::Random::Source::Strong.3 \
		Crypt::Random::Source::Strong::devrandom.3 \
		Crypt::Random::Source::Weak.3 \
		Crypt::Random::Source::Weak::devurandom.3 \
		Crypt::Random::Source::Weak::rand.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>
@


1.2
log
@- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Pet portlint by moving LICENSE up
- Bump PORTREVISION due to RUN_DEPENDS changing causing package to change

PR:		ports/165741
Approved by:	Dereckson <dereckson@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Get weak or strong random data from pluggable sources

WWW: http://search.cpan.org/dist/Crypt-Random-Source

PR:		ports/155572
Submitted by:	Dereckson <dereckson at gmail.com>
@
text
@d10 1
d18 8
a27 4
RUN_DEPENDS=	p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny \
		p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find \
		p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \
		p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean
a43 2
LICENSE=	ART20

@

