freebsd-ports/security/p5-Crypt-Random-Source/Makefile
Steve Wills 765948fc78 - 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)
2012-03-06 03:32:03 +00:00

44 lines
1.4 KiB
Makefile

# New ports collection makefile for: Crypt::Random::Source
# Date created: 15 March 2011
# Whom: Dereckson <dereckson@gmail.com>
#
# $FreeBSD$
#
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>