17 lines
312 B
Makefile
17 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:42:45 espie Exp $
|
|
|
|
COMMENT= re-usable XPath engine for DOM-like trees
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-XPathEngine-0.12
|
|
REVISION= 0
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|