head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.03.07.14.40.29;	author swills;	state Exp;
branches;
next	1.8;

1.8
date	2010.12.17.20.15.59;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2010.12.02.00.04.46;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2008.07.22.16.16.32;	author rafan;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.27.59;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.08.01.03.51;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2007.03.01.19.19.34;	author lx;	state Exp;
branches;
next	1.2;

1.2
date	2006.04.22.11.29.24;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2006.02.06.11.37.05;	author garga;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	security/p5-Authen-Libwrap
# Date created:				05 February 2006
# Whom:					Zach Thompson <hideo@@lastamericanempire.com>
#
# $FreeBSD: head/security/p5-Authen-Libwrap/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Authen-Libwrap
PORTVERSION=	0.22
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Authen::Libwrap - access to TCP Wrappers library

TEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception

PERL_MODBUILD=	yes

MAN3=	Authen::Libwrap.3

.include <bsd.port.mk>
@


1.9
log
@- Add TEST_DEPENDS to enable testing

Approved by:	portmgr (blanket)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Update to 0.22
- Remove MD5

With Hat:       perl@@
Changes:        http://search.cpan.org/dist/Authen-Libwrap/Changes
@
text
@d17 2
@


1.7
log
@Reset hideo@@lastamericanempire.com due to maintainer-timeouts and no
response to email.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.21
@


1.6
log
@- Update to 0.21

PR:		ports/125865
Submitted by:	maintainer (from different email)
@
text
@d14 1
a14 1
MAINTAINER=	hideo@@lastamericanempire.com
@


1.5
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 2
PORTVERSION=	0.20
PORTREVISION=	1
@


1.4
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
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Authen
@


1.3
log
@- fix bug that causes a bootstrap mismatch when loading the XS extension.
- Bump PORTREVISION

PR:		ports/109726
Submitted by:	hideo@@lastamericanempire.com (maintainer)
Approved by:	edwin (mentor)
@
text
@d23 1
a23 9
.include <bsd.port.pre.mk>

post-patch:
	@@${PERL} -pi -e 's/\s(0\.20);/ q($$1);/' ${WRKSRC}/lib/Authen/Libwrap.pm
.if ${PERL_LEVEL} < 500600
	@@${PERL} -pi -e 'undef $$_ if /^\s*(?:no|use) warnings/o' ${WRKSRC}/Build.PL ${WRKSRC}/lib/Authen/Libwrap.pm
.endif

.include <bsd.port.post.mk>
@


1.2
log
@Fix the build error on 5.005 due to the warnings pragma

PR:		96154
Submitted by:	hideo <hideo@@lastamericanempire.com> (maintainer)
@
text
@d10 1
d25 2
a27 1
post-patch:
@


1.1
log
@The Authen::Libwrap module allows you to access the hosts_ctl()
function from the popular TCP Wrappers security package.  This
allows validation of network access from perl programs against
the system-wide hosts.allow file.

WWW: http://search.cpan.org/dist/Authen-Libwrap

PR:		ports/92855
Submitted by:	Zach Thompson <hideo@@lastamericanempire.com>
@
text
@a17 3
BUILD_DEPENDS=	${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
RUN_DEPENDS=	${BUILD_DEPENDS}

d22 8
a29 1
.include <bsd.port.mk>
@

