blob: 35868cf1583b8a0646bb7921893110f9c9a4b441 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= XML_Tree
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR class for representing XML data in a tree structure
WWW= https://pear.php.net/package/XML_Tree
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Parser>=1.1.0:devel/pear-XML_Parser@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>
|