ports/devel/pear-XML_Tree/Makefile
2016-07-25 20:01:02 +00:00

17 lines
396 B
Makefile

# Created by: Alex Miller (<asm@asm.kiev.ua>)
# $FreeBSD$
PORTNAME= XML_Tree
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR class for representing XML data in a tree structure
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:devel/pear-XML_Parser
USES= pear
.include <bsd.port.mk>