aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-TableExtract/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-10-20 12:06:05 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-10-20 12:06:05 +0000
commit814a223a7e13ee7a726f15443bfd5012fb930414 (patch)
tree62e00f3e809ae289d3db00e13f10339eea9cf01f /www/p5-HTML-TableExtract/Makefile
parent944e4980c1f6566e9eb21fc982d7c05448610f0b (diff)
downloadports-814a223a7e13ee7a726f15443bfd5012fb930414.tar.gz
ports-814a223a7e13ee7a726f15443bfd5012fb930414.zip
Update to 2.06
PR: 87705 Submitted by: tobez
Notes
Notes: svn path=/head/; revision=145932
Diffstat (limited to 'www/p5-HTML-TableExtract/Makefile')
-rw-r--r--www/p5-HTML-TableExtract/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/p5-HTML-TableExtract/Makefile b/www/p5-HTML-TableExtract/Makefile
index ec09ed715bf6..8ee049bd68e6 100644
--- a/www/p5-HTML-TableExtract/Makefile
+++ b/www/p5-HTML-TableExtract/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-TableExtract
-PORTVERSION= 2.05
+PORTVERSION= 2.06
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
@@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
MAN3= HTML::TableExtract.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>