aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-XML_DTD
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-16 16:15:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-16 16:15:10 +0000
commit8c3be419acfdcc7920bcd01e337fcbd13145efb6 (patch)
tree9462e57377bcdbf09e908fef679da2329fdb122f /textproc/pear-XML_DTD
parente87bea0a49dfa9258c328d2d37d6191dac2080c1 (diff)
downloadports-8c3be419acfdcc7920bcd01e337fcbd13145efb6.tar.gz
ports-8c3be419acfdcc7920bcd01e337fcbd13145efb6.zip
- Convert to PEAR_AUTOINSTALL
Notes
Notes: svn path=/head/; revision=314368
Diffstat (limited to 'textproc/pear-XML_DTD')
-rw-r--r--textproc/pear-XML_DTD/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/textproc/pear-XML_DTD/Makefile b/textproc/pear-XML_DTD/Makefile
index 160e9a8193fa..b05b5d5e24be 100644
--- a/textproc/pear-XML_DTD/Makefile
+++ b/textproc/pear-XML_DTD/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-XML_DTD
-# Date created: 2006/07/31
-# Whom: chinsan <chinsan.tw@gmail.com>
-#
+# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
-#
PORTNAME= XML_DTD
PORTVERSION= 0.5.2
@@ -14,17 +10,11 @@ COMMENT= Parsing of DTD files and DTD validation of XML files
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
USE_DOS2UNIX= yes
-
-CATEGORY= XML
-FILES= DTD/XmlValidator.php DTD.php
-TESTS= attributes.dtd attributes_bad.xml attributes_good.xml \
- children.dtd children_bad.xml children_good.xml \
- content.dtd content_bad.xml content_good.xml \
- nitf-3-1.dtd nitf-fishing.xml package-1.0 package-1.1.dtd \
- test.php TOTEST xhtml1-strict.dtd
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"