diff options
author | culot <culot@FreeBSD.org> | 2011-10-07 19:22:46 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-10-07 19:22:46 +0800 |
commit | d196f82081bcbbd08da35b22206105afd5b2a3d4 (patch) | |
tree | f4cf445e50d0b686557f64f82b2663850858070a /security/p5-Crypt-Cracklib | |
parent | 2095194ad867433b8df8ca38b54eb0ff0d67ea8e (diff) | |
download | freebsd-ports-gnome-d196f82081bcbbd08da35b22206105afd5b2a3d4.tar.gz freebsd-ports-gnome-d196f82081bcbbd08da35b22206105afd5b2a3d4.tar.zst freebsd-ports-gnome-d196f82081bcbbd08da35b22206105afd5b2a3d4.zip |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de>
Diffstat (limited to 'security/p5-Crypt-Cracklib')
-rw-r--r-- | security/p5-Crypt-Cracklib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile index 2a5c7cf324b9..fcdeacb3814e 100644 --- a/security/p5-Crypt-Cracklib/Makefile +++ b/security/p5-Crypt-Cracklib/Makefile @@ -14,13 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to Alec Muffet's cracklib library +LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LICENSE= ART20 GPLv1 BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib \ 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} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\"" |