diff options
author | swills <swills@FreeBSD.org> | 2012-03-06 11:32:03 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-06 11:32:03 +0800 |
commit | ae38b66e1b1b2cd1df64ba14f00230546cb1bedf (patch) | |
tree | c12c6d4db461b525b8a2c308e84c94aed7223596 /security/p5-Crypt-Random-Source | |
parent | c8bfa37ba769f8842cacee963b89ac05a593f3d5 (diff) | |
download | freebsd-ports-gnome-ae38b66e1b1b2cd1df64ba14f00230546cb1bedf.tar.gz freebsd-ports-gnome-ae38b66e1b1b2cd1df64ba14f00230546cb1bedf.tar.zst freebsd-ports-gnome-ae38b66e1b1b2cd1df64ba14f00230546cb1bedf.zip |
- 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)
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> |