aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-XML_Beautifier
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-16 16:14:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-16 16:14:46 +0000
commite87bea0a49dfa9258c328d2d37d6191dac2080c1 (patch)
treeff342e3c1720c22dbce1f9b49d2d09624ede81bb /textproc/pear-XML_Beautifier
parent1c060e97b61fad7774622bb6a9cce4ec13b3c453 (diff)
downloadports-e87bea0a49dfa9258c328d2d37d6191dac2080c1.tar.gz
ports-e87bea0a49dfa9258c328d2d37d6191dac2080c1.zip
Notes
Diffstat (limited to 'textproc/pear-XML_Beautifier')
-rw-r--r--textproc/pear-XML_Beautifier/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/textproc/pear-XML_Beautifier/Makefile b/textproc/pear-XML_Beautifier/Makefile
index 614fc8d6a165..b935ce4d291c 100644
--- a/textproc/pear-XML_Beautifier/Makefile
+++ b/textproc/pear-XML_Beautifier/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-XML_Beautifier
-# Date created: 31 March 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= XML_Beautifier
PORTVERSION= 1.2.2
@@ -14,16 +10,10 @@ COMMENT= PEAR class to format XML documents
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
+ ${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util
-PEAR_WRKSRC= yes
-CATEGORY= XML
-FILES= Beautifier/Renderer.php Beautifier/Tokenizer.php \
- Beautifier/Renderer/Plain.php Beautifier.php
-EXAMPLES= example1.php example2.php example3.php \
- example4.php example5.php example6.php \
- example7.php \
- test.xml test2.xml test3.xml
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"