aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2012-03-18 18:40:19 +0800
committerashish <ashish@FreeBSD.org>2012-03-18 18:40:19 +0800
commit11a4a829f00f8fe7e9f3610abe9846161d3bd39a (patch)
tree00540ef459783a94671c0f8911cac0adf3f52a2b /security
parent01e87ea10be57c95140704a856528d7f18f05abe (diff)
downloadfreebsd-ports-gnome-11a4a829f00f8fe7e9f3610abe9846161d3bd39a.tar.gz
freebsd-ports-gnome-11a4a829f00f8fe7e9f3610abe9846161d3bd39a.tar.zst
freebsd-ports-gnome-11a4a829f00f8fe7e9f3610abe9846161d3bd39a.zip
- Add missing DEPENDS that the module uses but doesn't declare
- Avoid use of SITE_PERL in DEPENDS - Bump PORTREVISION PR: ports/165881 Submitted by: swills Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-SKey/Makefile7
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