aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-POSIX-Regex/Makefile
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2008-05-26 08:42:43 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2008-05-26 08:42:43 +0000
commitb1da0a85f3cc731e0dfcb9b5a9cbcd1f04d9e2e2 (patch)
treeeba186cdbc18f96327127cee7c6696dd74c77136 /textproc/p5-POSIX-Regex/Makefile
parent3000b350f9443d261fd2b076947aa01a69a2f162 (diff)
downloadports-b1da0a85f3cc731e0dfcb9b5a9cbcd1f04d9e2e2.tar.gz
ports-b1da0a85f3cc731e0dfcb9b5a9cbcd1f04d9e2e2.zip
- Update to 0.90.6
PR: ports/123989 Submitted by: Gea-Suan Lin <gslin gslin.org> (maintainer) Approved by: mentor (implicit)
Notes
Notes: svn path=/head/; revision=213682
Diffstat (limited to 'textproc/p5-POSIX-Regex/Makefile')
-rw-r--r--textproc/p5-POSIX-Regex/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-POSIX-Regex/Makefile b/textproc/p5-POSIX-Regex/Makefile
index d95c0dbd35c2..f8a9e95ec04f 100644
--- a/textproc/p5-POSIX-Regex/Makefile
+++ b/textproc/p5-POSIX-Regex/Makefile
@@ -6,22 +6,18 @@
#
PORTNAME= POSIX-Regex
-PORTVERSION= 0.89
+PORTVERSION= 0.90.6
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= gslin@gslin.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= OO interface for the gnu regex engine
PERL_CONFIGURE= yes
-USE_GCC= 3.2+
MAN3= POSIX::Regex.3
-post-patch:
- ${PERL} -pi -e 's/REG_NOERROR/0/g' ${WRKSRC}/Regex.xs
-
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703