2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Oleg Mamontov <oleg@mamontov.net>
|
2008-06-05 23:51:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= HTML-ContentExtractor
|
|
|
|
PORTVERSION= 0.03
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2008-06-05 23:51:47 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= oleg@mamontov.net
|
|
|
|
COMMENT= Extract text contained within an HTML document
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= p5-HTML-Tree>=3.13:www/p5-HTML-Tree \
|
|
|
|
p5-HTML-TableExtract>=2.10:www/p5-HTML-TableExtract
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2008-06-05 23:51:47 +02:00
|
|
|
|
2013-09-02 18:07:56 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-06-05 23:51:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|