summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-06-08 12:47:19 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-06-08 12:47:19 +0000
commitfcbf2d3c536290a6a6a882474b2325823425b078 (patch)
tree29ed6c6aa22917b1326803ef3a1d29f8010c158c /security
parent- Remove SITE_PERL from *_DEPENDS (diff)
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Notes
Notes: svn path=/head/; revision=298755
Diffstat (limited to 'security')
-rw-r--r--security/p5-Authen-SASL-Cyrus/Makefile2
-rw-r--r--security/p5-Authen-Simple-SSH/Makefile4
-rw-r--r--security/p5-Crypt-DES_EDE3/Makefile2
-rw-r--r--security/p5-OpenCA-REQ/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Authen-SASL-Cyrus/Makefile b/security/p5-Authen-SASL-Cyrus/Makefile
index ff99379d52b3..4e1b50e96319 100644
--- a/security/p5-Authen-SASL-Cyrus/Makefile
+++ b/security/p5-Authen-SASL-Cyrus/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= XS SASL Authentication
-BUILD_DEPENDS= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
+BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
RUN_DEPENDS:= ${BUILD_DEPENDS}
diff --git a/security/p5-Authen-Simple-SSH/Makefile b/security/p5-Authen-Simple-SSH/Makefile
index e35b80a6f853..b869920c5734 100644
--- a/security/p5-Authen-Simple-SSH/Makefile
+++ b/security/p5-Authen-Simple-SSH/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple SSH authentication
-BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \
- ${SITE_PERL}/Net/SSH/Perl.pm:${PORTSDIR}/net/p5-Net-SSH-Perl
+BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \
+ p5-Net-SSH-Perl>=0:${PORTSDIR}/net/p5-Net-SSH-Perl
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_SAFE= yes
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile
index 3bb15364611e..216fba811358 100644
--- a/security/p5-Crypt-DES_EDE3/Makefile
+++ b/security/p5-Crypt-DES_EDE3/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to a implementing 3-DES EDE encryption and decryption
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES
+BUILD_DEPENDS= p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/security/p5-OpenCA-REQ/Makefile b/security/p5-OpenCA-REQ/Makefile
index 467c67bd87eb..c21d23814147 100644
--- a/security/p5-OpenCA-REQ/Makefile
+++ b/security/p5-OpenCA-REQ/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to easily manage Cert REQUESTs
-BUILD_DEPENDS= ${SITE_PERL}/X500/DN.pm:${PORTSDIR}/net/p5-X500-DN
+BUILD_DEPENDS= p5-X500-DN>=0:${PORTSDIR}/net/p5-X500-DN
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes