23 lines
405 B
Makefile
23 lines
405 B
Makefile
|
COMMENT = parse and evaluate XPath statements
|
||
|
|
||
|
DISTNAME = XML-XPath-1.48
|
||
|
|
||
|
CATEGORIES = textproc
|
||
|
|
||
|
# Artistic 2.0
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
BUILD_DEPENDS = devel/p5-Path-Tiny>=0.076
|
||
|
RUN_DEPENDS = textproc/p5-XML-Parser>=2.23
|
||
|
TEST_DEPENDS = devel/p5-Test-CPAN-Meta \
|
||
|
devel/p5-Test-CheckManifest \
|
||
|
devel/p5-Test-LeakTrace \
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
MODCPAN_EXAMPLES = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|