1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add extra dependency of ports/security/p5-Crypt-DES_EDE3

Approved by:	mharo
This commit is contained in:
Jesper Skriver 2002-03-14 16:29:57 +00:00
parent 3f324864be
commit d2855e0069
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56088

View File

@ -18,6 +18,7 @@ MAINTAINER= mharo@FreeBSD.org
PERLBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
BUILD_DEPENDS= ${PERLBASE}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \
${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
${PERLBASE}/${PERL_ARCH}/Crypt/DES_EDE3.pm:${PORTSDIR}/security/p5-Crypt-DES_EDE3 \
${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64