1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/security/p5-Authen-Libwrap/Makefile
David Thiel d8737589d7 - 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)
2007-03-01 19:19:34 +00:00

32 lines
778 B
Makefile

# New ports collection makefile for: security/p5-Authen-Libwrap
# Date created: 05 February 2006
# Whom: Zach Thompson <hideo@lastamericanempire.com>
#
# $FreeBSD$
#
PORTNAME= Authen-Libwrap
PORTVERSION= 0.20
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Authen
PKGNAMEPREFIX= p5-
MAINTAINER= hideo@lastamericanempire.com
COMMENT= Authen::Libwrap - access to TCP Wrappers library
PERL_MODBUILD= yes
MAN3= Authen::Libwrap.3
.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>