24 lines
406 B
Makefile
24 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.38 2020/07/03 21:45:54 sthen Exp $
|
|
|
|
COMMENT = modules for parsing and evaluating XPath statements
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
DISTNAME = XML-XPath-1.44
|
|
REVISION = 0
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = textproc/p5-XML-Parser>=2.23
|
|
|
|
TEST_DEPENDS = devel/p5-Test-CPAN-Meta \
|
|
devel/p5-Path-Tiny>=0.076
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
|
|
.include <bsd.port.mk>
|