summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Cracklib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-Cracklib/Makefile')
-rw-r--r--security/p5-Crypt-Cracklib/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile
index 9267ed2bd9bc..26c1ba363e8c 100644
--- a/security/p5-Crypt-Cracklib/Makefile
+++ b/security/p5-Crypt-Cracklib/Makefile
@@ -16,15 +16,11 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \
p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib
-
RUN_DEPENDS:= ${BUILD_DEPENDS}
+LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""
-MAN3= Crypt::Cracklib.3
-
-NO_STAGE= yes
.include <bsd.port.mk>