diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 13:54:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 13:54:50 +0000 |
commit | 2e24707c96c566166fcf9785c12d2d961d1c586d (patch) | |
tree | 6ad8879b9a138416ef4b26bc646126e12fd4f892 /security/p5-Crypt-HCE_SHA | |
parent | bac4da00aa6c6c7a9f2e2c554324bd96d1e07821 (diff) | |
download | ports-2e24707c96c566166fcf9785c12d2d961d1c586d.tar.gz ports-2e24707c96c566166fcf9785c12d2d961d1c586d.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-HCE_SHA')
-rw-r--r-- | security/p5-Crypt-HCE_SHA/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-HCE_SHA/Makefile b/security/p5-Crypt-HCE_SHA/Makefile index 82d1898bb1eb..777a7136cfb2 100644 --- a/security/p5-Crypt-HCE_SHA/Makefile +++ b/security/p5-Crypt-HCE_SHA/Makefile @@ -13,7 +13,8 @@ COMMENT= Perl5 interface to one way hash chaining block cipher BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::HCE_SHA.3 |