aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Table/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2011-03-02 18:18:16 +0000
committerAndrej Zverev <az@FreeBSD.org>2011-03-02 18:18:16 +0000
commit1c4109476fa6deb64dac7b81aa822b45385132ee (patch)
treebeb6c3ef1b4b11d45ab7894b61204ae00228759f /www/p5-HTML-Table/Makefile
parent4f5edea7ff80b370708d63f497b5ff07937d3ed9 (diff)
downloadports-1c4109476fa6deb64dac7b81aa822b45385132ee.tar.gz
ports-1c4109476fa6deb64dac7b81aa822b45385132ee.zip
Correct version for perl 5.12. a->alpha->_1 in this case;
PR: ports/155197 Submitted by: az@
Notes
Notes: svn path=/head/; revision=270132
Diffstat (limited to 'www/p5-HTML-Table/Makefile')
-rw-r--r--www/p5-HTML-Table/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile
index 4b9a9e792033..d94e5b3dde28 100644
--- a/www/p5-HTML-Table/Makefile
+++ b/www/p5-HTML-Table/Makefile
@@ -7,6 +7,7 @@
PORTNAME= HTML-Table
PORTVERSION= 2.08a
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -20,4 +21,8 @@ PERL_CONFIGURE= yes
MAN3= HTML::Table.3
+post-extract:
+ @${REINPLACE_CMD} -e 's|2.08a|2.08_1|' ${WRKSRC}/lib/HTML/Table.pm
+ ${RM} ${WRKSRC}/lib/HTML/Table.pm.bak
+
.include <bsd.port.mk>