ba47f68219
-- Allows for the building of XML data structures in PHP using a tree representation, without the need for an extension like DOMXML.
23 lines
464 B
Makefile
23 lines
464 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/23 21:13:15 avsm Exp $
|
|
|
|
COMMENT= "classes to represent XML data in PHP"
|
|
|
|
V= 1.1
|
|
DISTNAME= XML_Tree-${V}
|
|
PKGNAME= pear-XML-Tree-${V}
|
|
CATEGORIES= textproc pear
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
MODULES= pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|