diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 15:01:09 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-26 15:01:09 +0000 |
commit | 22b0d4983bcfed37c4c5129bf782a7457353fb9b (patch) | |
tree | 0636632968e1dca1293f29ca51c58f2718d717bb /security/p5-Crypt-SKey | |
parent | 36275a2060d9cc6a677603da7d2060e3a0a9f673 (diff) | |
download | ports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.tar.gz ports-22b0d4983bcfed37c4c5129bf782a7457353fb9b.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-SKey')
-rw-r--r-- | security/p5-Crypt-SKey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-SKey/Makefile b/security/p5-Crypt-SKey/Makefile index 3fe3d035dfe3..f19992693f65 100644 --- a/security/p5-Crypt-SKey/Makefile +++ b/security/p5-Crypt-SKey/Makefile @@ -5,6 +5,7 @@ PORTNAME= Crypt-SKey PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +14,6 @@ MAINTAINER= gabor@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}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey RUN_DEPENDS= ${BUILD_DEPENDS} |