diff options
Diffstat (limited to 'security/p5-Crypt-DES_EDE3/Makefile')
-rw-r--r-- | security/p5-Crypt-DES_EDE3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-Crypt-DES_EDE3/Makefile b/security/p5-Crypt-DES_EDE3/Makefile index c3e15f838bc1..a0ce10f9ba38 100644 --- a/security/p5-Crypt-DES_EDE3/Makefile +++ b/security/p5-Crypt-DES_EDE3/Makefile @@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= jesper@FreeBSD.org COMMENT= Perl5 interface to a implementing 3-DES EDE encryption and decryption -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::DES_EDE3.3 .include <bsd.port.mk> |