summaryrefslogtreecommitdiff
path: root/www/p5-HTML-ExtractMain/Makefile
blob: bce7943264460f1b0ca06d845b859222a45902a9 (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
24
25
PORTNAME=	HTML-ExtractMain
PORTVERSION=	0.62
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	jnlin@freebsd.cs.nctu.edu.tw
COMMENT=	Perl extension to extract main content of a web page
WWW=		https://metacpan.org/release/HTML-ExtractMain

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-HTML-Tree>=3.23:www/p5-HTML-Tree \
		p5-Object-Destroyer>=2:devel/p5-Object-Destroyer

TEST_DEPENDS=	p5-File-Slurp>=9999.12:devel/p5-File-Slurp \
		p5-HTML-Format>=2.04:textproc/p5-HTML-Format

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>