data is returned via a series of user defined callback functions or methods. Specific tables may be selected either by a matching a unique table id or by matching against the column names. Multiple (even nested) tables may be parsed in a document in one pass. WWW: http://search.cpan.org/dist/HTML-TableParser/ PR: ports/101998 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: krion (mentor)
31 lines
678 B
Makefile
31 lines
678 B
Makefile
# New ports collection makefile for: p5-HTML-TableParser
|
|
# Date created: 2006/08/14
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-TableParser
|
|
PORTVERSION= 0.34
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= HTML
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= chinsan.tw@gmail.com
|
|
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
|
|
|
|
MAN3= HTML::TableParser.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
IGNORE= requires perl 5.8.x or later due to Unicode escapes
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|