diff options
Diffstat (limited to 'security/p5-Digest-Bcrypt/Makefile')
-rw-r--r-- | security/p5-Digest-Bcrypt/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/p5-Digest-Bcrypt/Makefile b/security/p5-Digest-Bcrypt/Makefile index d6b915b19f07..e145d0cb32da 100644 --- a/security/p5-Digest-Bcrypt/Makefile +++ b/security/p5-Digest-Bcrypt/Makefile @@ -13,12 +13,9 @@ COMMENT= Perl interface to the bcrypt digest algorithm LICENSE= ART10 BUILD_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish -RUN_DEPENDS= p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Digest::Bcrypt.3 - -NO_STAGE= yes .include <bsd.port.mk> |