14 lines
245 B
Makefile
14 lines
245 B
Makefile
COMMENT= re-usable XPath engine for DOM-like trees
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = XML-XPathEngine-0.14
|
|
CATEGORIES= textproc
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|