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

31 lines
728 B
Makefile
Raw Normal View History

2003-11-15 10:12:53 -05:00
# $OpenBSD: Makefile,v 1.14 2003/11/15 15:12:54 sturm Exp $
COMMENT= "modules for parsing and evaluating XPath statements"
2003-07-04 02:15:21 -04:00
DISTNAME= XML-XPath-1.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
2002-07-11 13:37:33 -04:00
2002-05-14 08:07:09 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
BUILD_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
2003-11-15 10:12:53 -05:00
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
2002-07-11 13:37:33 -04:00
DOCDIR= ${PREFIX}/share/examples/p5-XML-XPath
SRCDOCDIR= ${WRKSRC}/examples
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_SCRIPT} ${SRCDOCDIR}/xpath ${DOCDIR}/
${INSTALL_DATA} ${SRCDOCDIR}/*.xml ${DOCDIR}/
.include <bsd.port.mk>