From 52804714885110a74cbf6fdf6eba63d887bf94c6 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 5 Feb 2003 04:09:04 +0000 Subject: 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. --- security/p5-Crypt-DSA/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/p5-Crypt-DSA') 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" -- cgit v1.2.3