aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 04:09:04 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-05 04:09:04 +0000
commit52804714885110a74cbf6fdf6eba63d887bf94c6 (patch)
tree885dec1cf5f9798e7eaadb3ec32e6e00d37ffc4d /security
parenta79be17c49ed68a6dbcefb745e325ec0e853b9bb (diff)
downloadports-52804714885110a74cbf6fdf6eba63d887bf94c6.tar.gz
ports-52804714885110a74cbf6fdf6eba63d887bf94c6.zip
p5-Crypt-DSA is more happy when p5-Data-Buffer is available:
Data::Buffer .................ok Noticed while checking out the p5-Net-SSH-Perl problem.
Notes
Notes: svn path=/head/; revision=74769
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-DSA/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile
index ab1693a0c1d0..c6e5518f3174 100644
--- a/security/p5-Crypt-DSA/Makefile
+++ b/security/p5-Crypt-DSA/Makefile
@@ -19,7 +19,8 @@ PERLBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \
${PERLBASE}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \
- ${PERLBASE}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM
+ ${PERLBASE}/Convert/PEM.pm:${PORTSDIR}/converters/p5-Convert-PEM \
+ ${PERLBASE}/Data/Buffer.pm:${PORTSDIR}/misc/p5-Data-Buffer
RESTRICTED= "Crypto; export-controlled"