aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-TableParser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-HTML-TableParser/Makefile')
-rw-r--r--www/p5-HTML-TableParser/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-HTML-TableParser/Makefile b/www/p5-HTML-TableParser/Makefile
index 70f7738ba899..b1c9e16046bf 100644
--- a/www/p5-HTML-TableParser/Makefile
+++ b/www/p5-HTML-TableParser/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-HTML-TableParser
-# Date created: 2006/08/14
-# Whom: chinsan <chinsan.tw@gmail.com>
-#
+# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
-#
PORTNAME= HTML-TableParser
PORTVERSION= 0.38
@@ -17,7 +13,8 @@ COMMENT= Extract data from an HTML table
BUILD_DEPENDS= p5-HTML-Parser>=3.34:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= HTML::TableParser.3 HTML::TableParser::Table.3