freebsd-ports/security/p5-Crypt-Cracklib/Makefile

29 lines
694 B
Makefile
Raw Normal View History

# New ports collection makefile for: Crypt-Cracklib
# Date created: Fri Jan 26 20:26:11 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Crypt-Cracklib
2008-05-22 18:00:29 +02:00
PORTVERSION= 1.4
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2007-01-05 17:22:25 +01:00
MAINTAINER= perl@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl interface to Alec Muffet's cracklib library
BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
2007-01-05 17:22:25 +01:00
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""
MAN3= Crypt::Cracklib.3
post-patch:
2007-01-05 17:22:25 +01:00
${REINPLACE_CMD} -e 's/crack.h/packer.h/' ${WRKSRC}/Cracklib.*
.include <bsd.port.mk>