diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-05 04:09:04 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-05 04:09:04 +0000 |
commit | 83644945207d730b87223bc1a3c8e8f256844526 (patch) | |
tree | 12c0e07f26a3e321579badcc17333bf4455dba39 /security | |
parent | a81f3f4369a819a14631ead17002216dd5758b50 (diff) | |
download | FreeBSD-ports-83644945207d730b87223bc1a3c8e8f256844526.zip FreeBSD-ports-83644945207d730b87223bc1a3c8e8f256844526.tar.gz |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile index ab1693a..c6e5518 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" |