freebsd-ports/security/p5-Crypt-Cracklib/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

29 lines
709 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= Crypt-Cracklib
PORTVERSION= 1.7
PORTREVISION= 2
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
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}
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""
MAN3= Crypt::Cracklib.3
.include <bsd.port.mk>