diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-19 13:06:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-19 13:06:16 +0000 |
commit | f45b356a16e22ad4f97db5435bd9f11ce12f0768 (patch) | |
tree | 69220fab81865f954e70fbb9ac516bdbe33330eb | |
parent | e69abc704e8c225d74f369e370043583ffb9fac6 (diff) |
Notes
-rw-r--r-- | security/p5-Crypt-Eksblowfish/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile index 3e9852cdc4dc..04810c93fc73 100644 --- a/security/p5-Crypt-Eksblowfish/Makefile +++ b/security/p5-Crypt-Eksblowfish/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-Eksblowfish PORTVERSION= 0.009 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,11 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= brix@FreeBSD.org COMMENT= Perl module for the Eksblowfish block cipher -RUN_DEPENDS= p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix \ - p5-parent>=0:${PORTSDIR}/devel/p5-parent - -LICENSE_COMB= dual LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= modbuild |