pkgsrc-wip/pear-XML_Parser/Makefile
Wen Heping 6ab2a0802d Import php5-pear-XML_Parser-1.3.2 as wip/pear-XML_Parser.
pear-XML_Parser is an XML parser based on PHPs built-in xml extension.
It supports two basic modes of operation: "func" and "event". In "func"
mode, it will look for a function named after each element (xmltag_ELEMENT
for start tags and xmltag_ELEMENT_ for end tags), and in "event" mode it
uses a set of generic callbacks.
2010-02-17 05:44:28 +00:00

13 lines
325 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/02/17 05:44:28 uccwen Exp $
DISTNAME= XML_Parser-1.3.2
CATEGORIES+= textproc
MAINTAINER= wenheping@gmail.com
COMMENT= XML parsing class based on PHP's bundled expat
LICENSE= original-bsd
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"