mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
17 lines
365 B
Makefile
17 lines
365 B
Makefile
# 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>
|