21 lines
397 B
Makefile
21 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.10 2016/03/20 19:57:19 naddy Exp $
|
|
|
|
COMMENT = add XPath support to HTML::TreeBuilder
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = HTML-TreeBuilder-XPath-0.14
|
|
CATEGORIES = www
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = textproc/p5-XML-XPathEngine>=0.12 \
|
|
www/p5-HTML-Tree
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|