20 lines
364 B
Makefile
Raw Normal View History

2017-05-12 20:19:48 +00:00
# $OpenBSD: Makefile,v 1.35 2017/05/12 20:19:48 benoit Exp $
2015-12-27 10:00:30 +00:00
COMMENT = modules for parsing and evaluating XPath statements
2015-12-27 10:00:30 +00:00
MODULES = cpan
PKG_ARCH = *
2017-05-12 20:19:48 +00:00
DISTNAME = XML-XPath-1.40
2015-12-27 10:00:30 +00:00
CATEGORIES = textproc
2015-12-27 10:00:30 +00:00
RUN_DEPENDS = textproc/p5-XML-Parser>=2.23
2010-10-03 16:59:55 +00:00
# perl
2015-12-27 10:00:30 +00:00
PERMIT_PACKAGE_CDROM = Yes
2015-12-27 10:00:30 +00:00
MODCPAN_EXAMPLES = Yes
2002-07-11 17:37:33 +00:00
2016-01-31 09:37:26 +00:00
TEST_DEPENDS = devel/p5-Path-Tiny
.include <bsd.port.mk>