diff options
author | mharo <mharo@FreeBSD.org> | 2001-10-19 03:53:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-10-19 03:53:02 +0800 |
commit | 24251c1414a4a5792091cd1dfa63d619e3e659e7 (patch) | |
tree | c5cbce8a7925a01335f30d4f2522413f2c91e4bc /security | |
parent | fc6581ec9aa0afe047d9ff7f427cc6beaab3cff4 (diff) | |
download | freebsd-ports-gnome-24251c1414a4a5792091cd1dfa63d619e3e659e7.tar.gz freebsd-ports-gnome-24251c1414a4a5792091cd1dfa63d619e3e659e7.tar.zst freebsd-ports-gnome-24251c1414a4a5792091cd1dfa63d619e3e659e7.zip |
add a few more dependencies
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 022e44e8dd2e..b164867b6c46 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -26,6 +26,8 @@ BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cry ${PERLBASE}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ ${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer + ${PERLBASE}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 + ${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RESTRICTED= "Crypto; export-controlled" |