diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-03-18 10:40:19 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-03-18 10:40:19 +0000 |
commit | 943e3e803cd06657621a73674f7962bf997f6317 (patch) | |
tree | 56291cd49613382a4149f8df371f64d2120af280 /security/p5-Crypt-SKey | |
parent | 4dd805669a6fc0f6c81e22faf3ad83ce1727437b (diff) | |
download | ports-943e3e803cd06657621a73674f7962bf997f6317.tar.gz ports-943e3e803cd06657621a73674f7962bf997f6317.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-SKey')
-rw-r--r-- | security/p5-Crypt-SKey/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/p5-Crypt-SKey/Makefile b/security/p5-Crypt-SKey/Makefile index 88fc5eb0bbaf..fc0a7ea91d63 100644 --- a/security/p5-Crypt-SKey/Makefile +++ b/security/p5-Crypt-SKey/Makefile @@ -5,7 +5,7 @@ PORTNAME= Crypt-SKey PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +13,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl S/Key calculator -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \ - ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey +BUILD_DEPENDS= p5-Digest-MD4>=0:${PORTSDIR}/security/p5-Digest-MD4 \ + p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |