diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-08 12:47:19 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-08 12:47:19 +0000 |
commit | fcbf2d3c536290a6a6a882474b2325823425b078 (patch) | |
tree | 29ed6c6aa22917b1326803ef3a1d29f8010c158c /security/p5-Crypt-DES_EDE3 | |
parent | 14c7f5882bbeeca5843ca1d4738d00f559b03840 (diff) | |
download | ports-fcbf2d3c536290a6a6a882474b2325823425b078.tar.gz ports-fcbf2d3c536290a6a6a882474b2325823425b078.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-DES_EDE3')
-rw-r--r-- | security/p5-Crypt-DES_EDE3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |