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

22 lines
417 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.22 2010/12/03 11:46:50 ajacoutot Exp $
COMMENT= modules for parsing and evaluating XPath statements
MODULES= cpan
2003-07-04 02:15:21 -04:00
DISTNAME= XML-XPath-1.13
REVISION= 1
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2010-11-20 14:56:47 -05:00
RUN_DEPENDS= textproc/p5-XML-Parser>=2.23
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>