2000-10-28 05:24:16 +02:00
|
|
|
# New ports collection makefile for: p5-HTML-TableExtract
|
|
|
|
# Date created: October 21th 2000
|
2002-05-31 01:02:40 +02:00
|
|
|
# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org>
|
2000-10-28 05:24:16 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-TableExtract
|
2006-07-16 10:53:16 +02:00
|
|
|
PORTVERSION= 2.10
|
2000-10-28 05:24:16 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-10-28 05:24:16 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-06-13 20:26:45 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Extract text contained in tables within an HTML document
|
2000-10-28 05:24:16 +02:00
|
|
|
|
2006-01-07 12:28:09 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-03-11 11:19:34 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-10-28 05:24:16 +02:00
|
|
|
|
|
|
|
MAN3= HTML::TableExtract.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|