freebsd-ports/devel/pear-XML_Tree/Makefile
Pav Lucistnik 74f795629e - Add missed dependency on pear-XML_Parser
- Take maintainership

PR:		ports/108110
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
2007-01-19 13:48:10 +00:00

25 lines
626 B
Makefile

# Ports collection makefile for: pear-XML_Tree
# Date created: 04 September 2003
# Whom: Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#
PORTNAME= XML_Tree
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= devel www pear
MAINTAINER= carpetsmoker@xs4all.nl
COMMENT= PEAR class for representing XML data in a tree structure
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML
FILES= Tree.php Tree/Node.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>