freebsd-ports/devel/pear-XML_Util/Makefile

25 lines
548 B
Makefile
Raw Normal View History

# Ports collection makefile for: pear-XML_Util
# Date created: 03 September 2003
# Whom: Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#
PORTNAME= XML_Util
2004-07-03 13:52:30 +02:00
PORTVERSION= 0.6.1
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR XML utility class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML
FILES= Util.php
EXAMPLES= example.php example2.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>