7df5d5e9af
HTML::Parser::Simple is a pure Perl module. It parses HTML4 files, and generates a tree of nodes per HTML tag. WWW: http://search.cpan.org/dist/HTML-Parser-Simple/
27 lines
681 B
Makefile
27 lines
681 B
Makefile
# New ports collection makefile for: p5-HTML-Parser-Simple
|
|
# Date created: 2011-05-29
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-Parser-Simple
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parse nice HTML files without needing a compiler
|
|
|
|
BUILD_DEPENDS= p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple
|
|
RUN_DEPENDS= p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple
|
|
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::Parser::Simple.3 \
|
|
HTML::Parser::Simple::Attributes.3
|
|
|
|
.include <bsd.port.mk>
|