blob: c2ce69dc6f91d00c0ae0904026f294a8344e2b1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Alex Miller (<asm@asm.kiev.ua>)
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
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}XML_Parser>=1.1.0:devel/pear-XML_Parser@${PHP_FLAVOR}
USES= pear
NO_ARCH= yes
.include <bsd.port.mk>
|