Changelog: https://metacpan.org/source/KENTNL/HTML-Tree-5.07/Changes tweaks and OK nigel@, OK bcallah@
26 lines
470 B
Makefile
26 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.29 2019/01/10 15:15:23 cwen Exp $
|
|
|
|
COMMENT= perl parser that builds an HTML tree
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = HTML-Tree-5.07
|
|
CATEGORIES= www
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= www/p5-HTML-Parser>=3.46 \
|
|
www/p5-HTML-Tagset>=3.02
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
devel/p5-Test-Fatal
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
TEST_DEPENDS= devel/p5-Test-LeakTrace \
|
|
devel/p5-Try-Tiny
|
|
|
|
MAKE_ENV += TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|