Sunpoet Po-Chuan Hsieh 1bc107ed52 - Update to 2.00
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/HTML-Parser-Simple/CHANGES
Feature safe:	yes
2012-12-05 03:19:35 +00:00

28 lines
658 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTML-Parser-Simple
PORTVERSION= 2.00
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse nice HTML files without needing a compiler
LICENSE= ART10
BUILD_DEPENDS= p5-Moos>=0.13:${PORTSDIR}/devel/p5-Moos \
p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
PERL_CONFIGURE= yes
MAN3= HTML::Parser::Simple.3 \
HTML::Parser::Simple::Attributes.3 \
HTML::Parser::Simple::Reporter.3
.include <bsd.port.mk>