diff options
author | wen <wen@FreeBSD.org> | 2016-02-29 10:22:42 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-02-29 10:22:42 +0800 |
commit | 642477b0f6a438c2fd65713a25745212078ac546 (patch) | |
tree | 18ffcf688892ccb741f01c35903bf8ba69978710 /security/p5-Crypt-Random-Source | |
parent | fd44466501aef393f0a00a26327a652661e107c0 (diff) | |
download | freebsd-ports-gnome-642477b0f6a438c2fd65713a25745212078ac546.tar.gz freebsd-ports-gnome-642477b0f6a438c2fd65713a25745212078ac546.tar.zst freebsd-ports-gnome-642477b0f6a438c2fd65713a25745212078ac546.zip |
- Update DEPENDS
Submitted by: rkoberman@gmail.com(via email)
Approved by: maintainer(implicity)
Diffstat (limited to 'security/p5-Crypt-Random-Source')
-rw-r--r-- | security/p5-Crypt-Random-Source/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/p5-Crypt-Random-Source/Makefile b/security/p5-Crypt-Random-Source/Makefile index 6491d36e7bb6..a5b5ca613d59 100644 --- a/security/p5-Crypt-Random-Source/Makefile +++ b/security/p5-Crypt-Random-Source/Makefile @@ -3,6 +3,7 @@ PORTNAME= Crypt-Random-Source PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,10 +13,11 @@ COMMENT= Get weak or strong random data from pluggable sources LICENSE= ART20 -BUILD_DEPENDS= p5-Any-Moose>=0.11:${PORTSDIR}/devel/p5-Any-Moose \ +BUILD_DEPENDS= p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ 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-Type-Tiny>=1.000005:${PORTSDIR}/devel/p5-Type-Tiny \ 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 |