freebsd-ports/devel/pear-XML_Parser/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

30 lines
887 B
Makefile

# Ports collection makefile for: pear-XML_Parser
# Date created: 03 September 2003
# Whom: Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD$
#
PORTNAME= XML_Parser
PORTVERSION= 1.3.4
CATEGORIES= devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR XML parsing class based on PHP's bundled expat
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${BUILD_DEPENDS}
CATEGORY= XML
FILES= Parser/Simple.php Parser.php
TESTS= 001.phpt 003.phpt 005.phpt bug-9328.phpt test3.xml \
002.phpt 004.phpt AllTests.php test2.xml
EXAMPLES= xml_parser_file.php xml_parser_simple1.xml \
xml_parser_file.xml xml_parser_simple2.php \
xml_parser_funcmode.php xml_parser_simple2.xml \
xml_parser_handler.php xml_parser_simple_handler.php \
xml_parser_simple1.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>