aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 18:20:00 +0800
committeraz <az@FreeBSD.org>2012-06-29 18:20:00 +0800
commit3c9ad27bda6855d5547080278f3a7835eca50950 (patch)
tree49c663b7fa3375c16edf446175d5b806da2d2688 /security
parente4ef559ae1c7c5de0fe5a45ca16fef78823211e3 (diff)
downloadfreebsd-ports-gnome-3c9ad27bda6855d5547080278f3a7835eca50950.tar.gz
freebsd-ports-gnome-3c9ad27bda6855d5547080278f3a7835eca50950.tar.zst
freebsd-ports-gnome-3c9ad27bda6855d5547080278f3a7835eca50950.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-Ctr/Makefile2
-rw-r--r--security/p5-Crypt-Lite/Makefile2
-rw-r--r--security/p5-Crypt-MySQL/Makefile2
-rw-r--r--security/p5-Crypt-X509/Makefile2
-rw-r--r--security/p5-Digest-SHA-PurePerl/Makefile2
-rw-r--r--security/p5-Digest-SV1/Makefile4
6 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-Crypt-Ctr/Makefile b/security/p5-Crypt-Ctr/Makefile
index 342448a1d21a..93106403f31c 100644
--- a/security/p5-Crypt-Ctr/Makefile
+++ b/security/p5-Crypt-Ctr/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension for encrypting data in Counter Mode
-BUILD_DEPENDS= ${SITE_PERL}/Crypt/CFB.pm:${PORTSDIR}/security/p5-Crypt-CFB
+BUILD_DEPENDS= p5-Crypt-CFB>=0:${PORTSDIR}/security/p5-Crypt-CFB
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-Lite/Makefile b/security/p5-Crypt-Lite/Makefile
index 43b4ebcc7692..1e992cae0328 100644
--- a/security/p5-Crypt-Lite/Makefile
+++ b/security/p5-Crypt-Lite/Makefile
@@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension for a symmetric data encryption and decryption
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
+BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-MySQL/Makefile b/security/p5-Crypt-MySQL/Makefile
index 107fd70149ac..3bff84488a31 100644
--- a/security/p5-Crypt-MySQL/Makefile
+++ b/security/p5-Crypt-MySQL/Makefile
@@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension to compare MySQL passwords without libmysqlclient
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
PERL_MODBUILD= yes
diff --git a/security/p5-Crypt-X509/Makefile b/security/p5-Crypt-X509/Makefile
index a99db80ed8e9..c8a6bac893da 100644
--- a/security/p5-Crypt-X509/Makefile
+++ b/security/p5-Crypt-X509/Makefile
@@ -12,7 +12,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension to parse X.509 certificates
-BUILD_DEPENDS= ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1
+BUILD_DEPENDS= p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1
PERL_CONFIGURE= yes
diff --git a/security/p5-Digest-SHA-PurePerl/Makefile b/security/p5-Digest-SHA-PurePerl/Makefile
index 601b0afcccdd..1b6200284bd8 100644
--- a/security/p5-Digest-SHA-PurePerl/Makefile
+++ b/security/p5-Digest-SHA-PurePerl/Makefile
@@ -19,7 +19,7 @@ MAN3= Digest::SHA::PurePerl.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500803
-RUN_DEPENDS+= ${SITE_PERL}/Digest/base.pm:${PORTSDIR}/security/p5-Digest
+RUN_DEPENDS+= p5-Digest>=0:${PORTSDIR}/security/p5-Digest
.endif
.if ${PERL_LEVEL} >= 501000
diff --git a/security/p5-Digest-SV1/Makefile b/security/p5-Digest-SV1/Makefile
index 6131106e7a7f..626a8bca79b9 100644
--- a/security/p5-Digest-SV1/Makefile
+++ b/security/p5-Digest-SV1/Makefile
@@ -12,8 +12,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension for SV1 hash algorithm
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
- ${SITE_PERL}/${PERL_ARCH}/Digest/Haval256.pm:${PORTSDIR}/security/p5-Digest-Haval256
+BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
+ p5-Digest-Haval256>=0:${PORTSDIR}/security/p5-Digest-Haval256
PERL_MODBUILD= yes