diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 21:51:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-05 21:51:47 +0000 |
commit | e257fefc35ec6ab7f5c1738a8892832816d1f87d (patch) | |
tree | f1691c195e7fdf45fefa3aff41d72a72c5f463ae /www/p5-HTML-ContentExtractor/Makefile | |
parent | 84cc246896f3d4268d288a0cbd244f310e3d3443 (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-ContentExtractor/Makefile')
-rw-r--r-- | www/p5-HTML-ContentExtractor/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/p5-HTML-ContentExtractor/Makefile b/www/p5-HTML-ContentExtractor/Makefile new file mode 100644 index 000000000000..854d1820d079 --- /dev/null +++ b/www/p5-HTML-ContentExtractor/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-HTML-ContentExtractor +# Date created: 2008-05-30 +# Whom: Oleg Mamontov <oleg@mamontov.net> +# +# $FreeBSD$ +# + +PORTNAME= HTML-ContentExtractor +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= oleg@mamontov.net +COMMENT= Extract text contained within an HTML document + +RUN_DEPENDS= p5-HTML-Tree>=3.13:${PORTSDIR}/www/p5-HTML-Tree \ + p5-HTML-TableExtract>=2.10:${PORTSDIR}/www/p5-HTML-TableExtract +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= HTML::ContentExtractor.3 + +.include <bsd.port.mk> |