openbsd-ports/textproc/p5-XML-XPath/Makefile

21 lines
414 B
Makefile
Raw Normal View History

2010-10-03 12:59:55 -04:00
# $OpenBSD: Makefile,v 1.19 2010/10/03 16:59:55 jasper Exp $
COMMENT= modules for parsing and evaluating XPath statements
MODULES= cpan
2003-07-04 02:15:21 -04:00
DISTNAME= XML-XPath-1.13
2010-07-13 16:14:21 -04:00
REVISION= 0
CATEGORIES= textproc
RUN_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser
2010-10-03 12:59:55 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-03 12:59:55 -04:00
MODCPAN_EXAMPLES= Yes
2002-07-11 13:37:33 -04:00
.include <bsd.port.mk>