head	1.19;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.02.10.21.42.14;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2012.02.10.21.30.06;	author pgollucci;	state Exp;
branches;
next	1.16;

1.16
date	2011.10.07.11.22.42;	author culot;	state Exp;
branches;
next	1.15;

1.15
date	2011.03.25.23.06.24;	author bapt;	state Exp;
branches;
next	1.14;

1.14
date	2010.07.29.07.25.10;	author jadawin;	state Exp;
branches;
next	1.13;

1.13
date	2008.05.22.16.00.29;	author mat;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.17.14.28.05;	author araujo;	state Exp;
branches;
next	1.11;

1.11
date	2008.03.18.21.48.00;	author erwin;	state Exp;
branches;
next	1.10;

1.10
date	2007.09.08.01.03.54;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2007.01.07.09.51.41;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2007.01.05.16.22.25;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.24.14.15.24;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.24.12.03.28;	author ijliao;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.18.59.08;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.07.03.10.56;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.46.51;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.01.06.37.14;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.27.03.07.40;	author will;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Crypt-Cracklib
# Date created:				Fri Jan 26 20:26:11 2001
# Whom:					will
#
# $FreeBSD: head/security/p5-Crypt-Cracklib/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-Cracklib
PORTVERSION=	1.7
PORTREVISION=	1
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=	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
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes
CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""

MAN3=		Crypt::Cracklib.3

.include <bsd.port.mk>
@


1.18
log
@- Convert from BUILD -> LIB depends for cracklib and move to .so usage
- Fix the original issue of implicit declaration of function 'FascistCheck', the rename crack -> packer is nolonger valid
- NO PORTREVISION bump since it was broken previously
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Chase shlib bump for security/cracklib from .1 -> .10

Forgotten by:   myself (pgollucci)
Reported by:    pav via pointyhat
@
text
@d21 3
a23 2
BUILD_DEPENDS=	${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib \
		p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \
a31 3
post-patch:
	${REINPLACE_CMD} -e 's/crack.h/packer.h/' ${WRKSRC}/Cracklib.*

@


1.16
log
@- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@@olofsson.de>
@
text
@d10 1
@


1.15
log
@- update to 1.7
- changes: http://search.cpan.org/src/DANIEL/Crypt-Cracklib-1.7/Changes
@
text
@d17 1
a18 1
LICENSE=	ART20 GPLv1
d23 1
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.14
log
@- Update to 1.5
- Changelog: <http://cpansearch.perl.org/src/DANIEL/Crypt-Cracklib-1.5/Changes>
@
text
@d9 1
a9 1
PORTVERSION=	1.5
d17 6
a22 1
BUILD_DEPENDS=	${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib
@


1.13
log
@Update to 1.4
@
text
@d9 1
a9 1
PORTVERSION=	1.4
@


1.12
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	1.2
@


1.11
log
@Update to 1.2
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.10
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@


1.9
log
@- Update to 1.1
@
text
@d29 1
a29 7
.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>
@


1.8
log
@- update to 1.0
- assign to perl@@
@
text
@d9 1
a9 1
PORTVERSION=	1.0
d29 7
a35 1
.include <bsd.port.mk>
@


1.7
log
@Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
@
text
@d9 1
a9 1
PORTVERSION=	0.01
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d22 1
a22 1
CONFIGURE_ARGS+=INC="-I${LOCALBASE}/include"
d27 1
a27 2
	${PERL} -pi -e "s@@INCLUDE@@${LOCALBASE}/include@@g;\
			s@@FBSDLIB@@${LOCALBASE}/lib@@g" ${WRKSRC}/Makefile.PL
@


1.6
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@a20 1
SITE_PERL=	${SITE_PERL}
@


1.5
log
@De-pkg-comment.
@
text
@d21 1
a21 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
a24 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.4
log
@Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:	me
Approved by:		pat
@
text
@d16 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Perl interface to Alec Muffet\'s cracklib library

@


1.2
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/p5-Crypt-Cracklib/Makefile,v 1.1 2001/01/27 03:07:40 will Exp $
d16 2
@


1.1
log
@Add p5-Crypt-Cracklib 0.01, a perl interface to Alec Muffet's cracklib
library.

Requested by:	Andrew J. Korty <ajk@@iu.edu>
@
text
@d5 1
a5 1
# $FreeBSD$
a20 1
USE_PERL5=	yes
@

