svn commit: r314200 - head/devel/pear-XML_Parser
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 00:44:37 UTC 2013
Author: miwi
Date: Fri Mar 15 00:44:36 2013
New Revision: 314200
URL: http://svnweb.freebsd.org/changeset/ports/314200
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/devel/pear-XML_Parser/Makefile (contents, props changed)
Modified: head/devel/pear-XML_Parser/Makefile
==============================================================================
--- head/devel/pear-XML_Parser/Makefile Fri Mar 15 00:43:16 2013 (r314199)
+++ head/devel/pear-XML_Parser/Makefile Fri Mar 15 00:44:36 2013 (r314200)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-XML_Parser
-# Date created: 03 September 2003
-# Whom: Alex Miller (<asm at asm.kiev.ua>)
-#
+# Created by: Alex Miller (<asm at asm.kiev.ua>)
# $FreeBSD$
-#
PORTNAME= XML_Parser
PORTVERSION= 1.3.4
@@ -13,17 +9,8 @@ MAINTAINER= miwi at 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}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-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"
More information about the svn-ports-head
mailing list