aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-XML_HTMLSax
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-17 14:14:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-17 14:14:19 +0000
commite8b7762f08cd861c0d512d015304a0b25e79d7bb (patch)
tree9ac3b298ee49b88c72599d9071e2ee9aa12e918a /textproc/pear-XML_HTMLSax
parent341abe40f04cc9a044c1070be793a7c9c0404611 (diff)
downloadports-e8b7762f08cd861c0d512d015304a0b25e79d7bb.tar.gz
ports-e8b7762f08cd861c0d512d015304a0b25e79d7bb.zip
Notes
Diffstat (limited to 'textproc/pear-XML_HTMLSax')
-rw-r--r--textproc/pear-XML_HTMLSax/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/textproc/pear-XML_HTMLSax/Makefile b/textproc/pear-XML_HTMLSax/Makefile
index ae64ffe3cfdc..cdeeded972a2 100644
--- a/textproc/pear-XML_HTMLSax/Makefile
+++ b/textproc/pear-XML_HTMLSax/Makefile
@@ -9,20 +9,13 @@ PORTNAME= XML_HTMLSax
PORTVERSION= 2.1.2
CATEGORIES= textproc devel pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR SAX parser for HTML and other badly formed XML documents
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= XML
-FILES= XML_HTMLSax.php HTMLSax/XML_HTMLSax_States.php \
- HTMLSax/XML_HTMLSax_Decorators.php
-DOCS= Readme
-EXAMPLES= SimpleExample.php HTMLtoXHTML.php ExpatvsHtmlSax.php example.html
-TESTS= index.php unit_tests.php xml_htmlsax_test.php
-_EXAMPLESDIR= docs/examples
-_TESTSDIR= docs/tests
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"