freebsd-ports/security/p5-Crypt-Cracklib/Makefile
Philip M. Gollucci b3e17160b6 - Convert from BUILD -> LIB depends for cracklib and move to .so usage
- Fix the original issue of implicit declaration of function 'FascistCheck', the rename crack -> packer is nolonger valid
- NO PORTREVISION bump since it was broken previously
2012-02-10 21:42:14 +00:00

32 lines
796 B
Makefile

# New ports collection makefile for: Crypt-Cracklib
# Date created: Fri Jan 26 20:26:11 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Crypt-Cracklib
PORTVERSION= 1.7
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to Alec Muffet's cracklib library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib
BUILD_DEPENDS= p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \
p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""
MAN3= Crypt::Cracklib.3
.include <bsd.port.mk>