freebsd-ports/www/p5-HTML-ExtractMain/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

27 lines
636 B
Makefile

# Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
# $FreeBSD$
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
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-HTML-Tree>=3.23:www/p5-HTML-Tree \
p5-Object-Destroyer>=2:devel/p5-Object-Destroyer
BUILD_DEPENDS:= ${RUN_DEPENDS}
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>