16 lines
298 B
Makefile
16 lines
298 B
Makefile
# $OpenBSD: Makefile,v 1.9 2016/03/20 19:57:12 naddy Exp $
|
|
|
|
COMMENT= re-usable XPath engine for DOM-like trees
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = XML-XPathEngine-0.14
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|