aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Parser-Simple/Makefile
blob: ece7e1ca9139297ebead15552c59d6d45fb41348 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	HTML-Parser-Simple
PORTVERSION=	2.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Parse nice HTML files without needing a compiler

LICENSE=	ART20

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Moo>=1.003001:devel/p5-Moo \
		p5-Tree-Simple>=1.22:devel/p5-Tree-Simple
TEST_DEPENDS=	p5-Test-Pod>=0:devel/p5-Test-Pod

NO_ARCH=	yes
USE_PERL5=	configure
USES=		perl5 tar:tgz

.include <bsd.port.mk>