2003-09-08 02:29:37 +02:00
|
|
|
# Ports collection makefile for: pear-XML_Parser
|
|
|
|
# Date created: 03 September 2003
|
|
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML_Parser
|
2004-10-12 22:01:26 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel www pear
|
2003-09-08 02:29:37 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= PEAR XML parsing class based on PHP's bundled expat
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= XML
|
2004-06-05 22:03:21 +02:00
|
|
|
FILES= Parser.php Parser/Simple.php
|
2003-12-28 08:55:47 +01:00
|
|
|
TESTS= 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt test2.xml test3.xml
|
2004-06-05 22:03:21 +02:00
|
|
|
EXAMPLES= xml_parser_file.php xml_parser_file.xml xml_parser_handler.php \
|
|
|
|
xml_parser_simple1.php xml_parser_simple1.xml xml_parser_simple2.php \
|
|
|
|
xml_parser_simple2.xml xml_parser_simple_handler.php
|
2003-09-08 02:29:37 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
do-install-tests-msg: .USE
|
2003-09-08 02:29:37 +02:00
|
|
|
@${ECHO_MSG} " (These tests require PHPUnit - see"
|
2004-06-05 22:03:21 +02:00
|
|
|
@${ECHO_MSG} " the port devel/pear-PHPUnit)."
|
2003-09-08 02:29:37 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
2003-09-08 02:29:37 +02:00
|
|
|
.include <bsd.port.post.mk>
|