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
|
2006-01-11 19:35:21 +01:00
|
|
|
PORTVERSION= 1.2.7
|
2005-04-09 18:48:03 +02:00
|
|
|
CATEGORIES= devel pear
|
2003-09-08 02:29:37 +02:00
|
|
|
|
2005-04-09 18:48:03 +02:00
|
|
|
MAINTAINER= antonio@php.net
|
2003-09-08 02:29:37 +02:00
|
|
|
COMMENT= PEAR XML parsing class based on PHP's bundled expat
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2003-09-08 02:29:37 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= XML
|
2005-04-09 18:48:03 +02:00
|
|
|
FILES= Parser/Simple.php Parser.php
|
2003-12-28 08:55:47 +01:00
|
|
|
TESTS= 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt test2.xml test3.xml
|
2005-04-09 18:48:03 +02:00
|
|
|
EXAMPLES= xml_parser_file.php xml_parser_file.xml xml_parser_handler.php \
|
2006-01-11 19:35:21 +01:00
|
|
|
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
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-09-08 02:29:37 +02:00
|
|
|
.include <bsd.port.post.mk>
|