freebsd-ports/www/p5-Apache-Admin-Config/Makefile
Anton Berezin e6d98464e8 Avoid the module to enter an endless loop under certain circumstances.
Yes, the fix was submitted to the module author.  :-)
2001-12-06 12:14:14 +00:00

32 lines
838 B
Makefile

# New ports collection makefile for: www/p5-Apache-Admin-Config
# Date created: 05 December 2001
# Whom: Anton Berezin <tobez@tobez.org>
#
# $FreeBSD$
#
PORTNAME= Apache-Admin-Config
PORTVERSION= 0.12
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= Apache::Admin::Config.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
post-patch:
${PERL} -pi -e 's/(!\$$)/0 && $1/;' \
-e 's|(VERSION_FROM\s+=>\s+)(.*)(,.*)$$|$$1$$2$$3\nMAN3PODS=>{$$2=>q!\\\$$(INST_MAN3DIR)/${MAN3}!},|;' \
${WRKSRC}/Makefile.PL
${PERL} -pi -e 's/exists(\s+.*\[.*\])/defined$$1/;' \
-e 's/return \$$self unless/return overload::StrVal(\$$self) unless/' \
${WRKSRC}/lib/Apache/Admin/Config.pm
.include <bsd.port.mk>