diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-09-12 04:38:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-09-12 04:38:11 +0000 |
commit | 635eaee726e25758bb04294514abc004d6616211 (patch) | |
tree | 64f78f7d61c7bc29475d8cc67dd85db85e938175 /security | |
parent | 5f4aaf504da72288246290ea621ecdaf7ea50759 (diff) | |
download | ports-635eaee726e25758bb04294514abc004d6616211.tar.gz ports-635eaee726e25758bb04294514abc004d6616211.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index 595ff135a849..022e44e8dd2e 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -21,10 +21,11 @@ BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Cry ${PERLBASE}/${PERL_ARCH}/Crypt/IDEA.pm:${PORTSDIR}/security/p5-Crypt-IDEA \ ${PERLBASE}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ ${PERLBASE}/Crypt/RSA.pm:${PORTSDIR}/security/p5-Crypt-RSA \ + ${PERLBASE}/${PERL_ARCH}/Crypt/RIPEMD160.pm:${PORTSDIR}/security/p5-Crypt-RIPEMD160 \ ${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${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}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer RESTRICTED= "Crypto; export-controlled" |