1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/pear-XML_Util/Makefile
Pav Lucistnik 0850137564 - Update to 1.1.0
PR:		ports/74129
Submitted by:	Ant?nio Carlos Ven?ncio J?nior <antonio@php.net> (maintainer)
2004-11-21 03:29:13 +00:00

25 lines
546 B
Makefile

# Ports collection makefile for: pear-XML_Util
# Date created: 03 September 2003
# Whom: Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#
PORTNAME= XML_Util
PORTVERSION= 1.1.0
CATEGORIES= devel www pear
MAINTAINER= antonio@php.net
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>