diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-06 03:32:03 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-06 03:32:03 +0000 |
commit | 765948fc78793207cb018526ca46758349c40892 (patch) | |
tree | 2c6ded8c5f15ff506c3df29746c26085e6213453 /security/p5-Crypt-Random-Source | |
parent | 6ba9bb2982775773e9df7f1c582e57571ce539de (diff) | |
download | ports-765948fc78793207cb018526ca46758349c40892.tar.gz ports-765948fc78793207cb018526ca46758349c40892.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Random-Source')
-rw-r--r-- | security/p5-Crypt-Random-Source/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/security/p5-Crypt-Random-Source/Makefile b/security/p5-Crypt-Random-Source/Makefile index e0d6b334f412..dbe2e4a2b357 100644 --- a/security/p5-Crypt-Random-Source/Makefile +++ b/security/p5-Crypt-Random-Source/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-Random-Source PORTVERSION= 0.07 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +15,16 @@ 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 -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 MAN3= Crypt::Random::Source.3 \ Crypt::Random::Source::Base.3 \ @@ -36,6 +41,4 @@ MAN3= Crypt::Random::Source.3 \ PERL_CONFIGURE= yes -LICENSE= ART20 - .include <bsd.port.mk> |