diff options
author | sbz <sbz@FreeBSD.org> | 2013-06-12 21:25:26 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2013-06-12 21:25:26 +0800 |
commit | 444239d99fded21f935e7430c04bd7db7c6d4550 (patch) | |
tree | 13762b266b565192635ef16525c59823087173b9 /security | |
parent | 94c3c62a1454e84d3244043c92d0077e043ef317 (diff) | |
download | freebsd-ports-gnome-444239d99fded21f935e7430c04bd7db7c6d4550.tar.gz freebsd-ports-gnome-444239d99fded21f935e7430c04bd7db7c6d4550.tar.zst freebsd-ports-gnome-444239d99fded21f935e7430c04bd7db7c6d4550.zip |
- Bump PORTREVISION after cracklib update
- Don't specify ABI number in LIB_DEPENDS
- Make portlint happy
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Cracklib/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile index 345b0d00495c..18920bdbb408 100644 --- a/security/p5-Crypt-Cracklib/Makefile +++ b/security/p5-Crypt-Cracklib/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: Crypt-Cracklib -# Date created: Fri Jan 26 20:26:11 2001 -# Whom: will -# +# Whom: will # $FreeBSD$ -# PORTNAME= Crypt-Cracklib PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,10 +14,10 @@ COMMENT= Perl interface to Alec Muffet's cracklib library LICENSE= ART10 GPLv1 LICENSE_COMB= dual -LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib - 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} PERL_CONFIGURE= yes |