df4e1203e4
ok jasper@ (final commit)
22 lines
417 B
Makefile
22 lines
417 B
Makefile
# $OpenBSD: Makefile,v 1.22 2010/12/03 11:46:50 ajacoutot Exp $
|
|
|
|
COMMENT= modules for parsing and evaluating XPath statements
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-XPath-1.13
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-Parser>=2.23
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|