freebsd-ports/devel/pear-XML_Util/Makefile
Martin Wilke 8ca1b67ce3 - Refomat pkg-desc
- Pass maintainership to submitter

PR:		ports/104071
Submitted by:	Thomas Abthorpe <thomas(at)goodking.ca>
2006-10-07 09:25:20 +00:00

24 lines
535 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.1
CATEGORIES= devel www pear
MAINTAINER= thomas@goodking.ca
COMMENT= PEAR XML utility class
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= XML
FILES= Util.php
EXAMPLES= example.php example2.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>