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-Digest-Bcrypt | |
parent | bac4da00aa6c6c7a9f2e2c554324bd96d1e07821 (diff) |
Notes
Diffstat (limited to 'security/p5-Digest-Bcrypt')
-rw-r--r-- | security/p5-Digest-Bcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Digest-Bcrypt/Makefile b/security/p5-Digest-Bcrypt/Makefile index c6abcdada1d7..70d9425f51a3 100644 --- a/security/p5-Digest-Bcrypt/Makefile +++ b/security/p5-Digest-Bcrypt/Makefile @@ -15,7 +15,8 @@ LICENSE= ART10 BUILD_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish RUN_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::Bcrypt.3 |