aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-General/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-05-25 10:07:21 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-05-25 10:07:21 +0000
commit00fd474968056cf4cca7bbe5431e7858388a6821 (patch)
treeb4ea4c8fce1168931190e98d81329a36254c9b1b /devel/p5-Config-General/Makefile
parentda0116fa8301671d3ae6b3a0f07403e3bab1b2cc (diff)
downloadports-00fd474968056cf4cca7bbe5431e7858388a6821.tar.gz
ports-00fd474968056cf4cca7bbe5431e7858388a6821.zip
Update to 2.28; assign maintainership to perl.
Notes
Notes: svn path=/head/; revision=136100
Diffstat (limited to 'devel/p5-Config-General/Makefile')
-rw-r--r--devel/p5-Config-General/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile
index 8de94ffb12d0..e655738a3136 100644
--- a/devel/p5-Config-General/Makefile
+++ b/devel/p5-Config-General/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= Config-General
-PORTVERSION= 2.27
+PORTVERSION= 2.28
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for handling Apache-style configuration files
PERL_CONFIGURE= YES
@@ -25,6 +25,9 @@ MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \
.if ${PERL_LEVEL} <= 500600
BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS= ${BUILD_DEPENDS}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|::Heavy||' ${WRKSRC}/General.pm
.endif
.include <bsd.port.post.mk>