diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-23 17:48:42 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-23 17:48:42 +0000 |
commit | e3b50e1dbfefee1adc4095770033d6478dbb08d3 (patch) | |
tree | b820b60095f80ca8dfc89c809ab50ec38c8f7f37 /security/p5-Crypt-Twofish | |
parent | f00fa3e01d3cb1df5ac53e5f1759686e41473e00 (diff) | |
download | ports-e3b50e1dbfefee1adc4095770033d6478dbb08d3.tar.gz ports-e3b50e1dbfefee1adc4095770033d6478dbb08d3.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Twofish')
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index cac1f9e8b3be..240d29c0a6d9 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -14,6 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec + +RESTRICTED= "Crypto; export-controlled" + PERL_CONFIGURE= yes MAN3= Crypt::Twofish.3 |