1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/p5-Crypt-Cracklib/Makefile

36 lines
883 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
2007-01-07 09:51:41 +00:00
PORTVERSION= 1.1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
2007-01-05 16:22:25 +00:00
MAINTAINER= perl@FreeBSD.org
2003-02-20 19:00:52 +00: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 16:22:25 +00:00
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""
MAN3= Crypt::Cracklib.3
post-patch:
2007-01-05 16:22:25 +00:00
${REINPLACE_CMD} -e 's/crack.h/packer.h/' ${WRKSRC}/Cracklib.*
2007-01-07 09:51:41 +00:00
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>