1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/security/p5-Crypt-Cracklib/Makefile
Tobias Kortkamp 14ec4194be security/p5-Crypt-Cracklib: Chase cracklib dictionary rename from r408137
PR:		213157
Submitted by:	Florian Riehm <mail@friehm.de>
Approved by:	2 year bug anniversary
2018-10-11 09:30:28 +00:00

27 lines
580 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Crypt-Cracklib
PORTVERSION= 1.7
PORTREVISION= 6
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= libcrack.so:security/cracklib
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/cracklib-words\\\""
post-patch:
@${REINPLACE_CMD} 's/-Werror//' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>