aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Filter-CBC
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-04 06:17:03 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-04 06:17:03 +0000
commit5542fae1efc7914a62cbad9660568e6ff7f667e0 (patch)
tree197cf4926e3d2988f210f5bd5c683e60d0866e2f /security/p5-Filter-CBC
parent905c5a61589ceb45f6b1cab39e9627bb52b556d9 (diff)
downloadports-5542fae1efc7914a62cbad9660568e6ff7f667e0.tar.gz
ports-5542fae1efc7914a62cbad9660568e6ff7f667e0.zip
Notes
Diffstat (limited to 'security/p5-Filter-CBC')
-rw-r--r--security/p5-Filter-CBC/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/p5-Filter-CBC/Makefile b/security/p5-Filter-CBC/Makefile
index aff0438711e2..032dc0de9a32 100644
--- a/security/p5-Filter-CBC/Makefile
+++ b/security/p5-Filter-CBC/Makefile
@@ -11,12 +11,12 @@ CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Source filter for Cipher Block Chaining
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter \
- ${SITE_PERL}/${PERL_ARCH}/Crypt/Rijndael.pm:${PORTSDIR}/security/p5-Crypt-Rijndael \
- ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC
+BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
+ p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \
+ p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC
RUN_DEPENDS:= ${BUILD_DEPENDS}
PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}"