opnsense-ports/devel/pear-XML_Tree/Makefile
2022-09-07 22:33:21 +02:00

16 lines
362 B
Makefile

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>