diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 04:09:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-05 04:09:04 +0000 |
commit | 52804714885110a74cbf6fdf6eba63d887bf94c6 (patch) | |
tree | 885dec1cf5f9798e7eaadb3ec32e6e00d37ffc4d /security/p5-Crypt-DSA/Makefile | |
parent | a79be17c49ed68a6dbcefb745e325ec0e853b9bb (diff) | |
download | ports-52804714885110a74cbf6fdf6eba63d887bf94c6.tar.gz ports-52804714885110a74cbf6fdf6eba63d887bf94c6.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-DSA/Makefile')
-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 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" |