pkgsrc/www/p5-HTML-TableExtract/Makefile
jmmv ef84b5e257 Update to 1.08:
1.08  Thu Apr  4 11:26:27 CST 2002
	- Added some more crufty HTML tolerance -- not
	  PC (puristicly correct) but HTML correctness
	  is probably of no interest to those merely
	  trying to extract information *out* of HTML.
	- Fixed a mapback problem with the legacy methods

1.07  Wed Aug 22 06:14:24 CDT 2001
	- Added keep_html option for HTML retention
	- bug fix for depth/count targets
2003-07-25 12:30:53 +00:00

18 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/07/25 12:30:53 jmmv Exp $
DISTNAME= HTML-TableExtract-1.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= damon@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/table-extract/
COMMENT= Perl5 module to simplify extracting HTML tables
DEPENDS+= p5-HTML-Parser>=3.08:../../www/p5-HTML-Parser
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML-TableExtract/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"