aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-MDB2_Schema
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-17 22:59:02 +0800
committermiwi <miwi@FreeBSD.org>2013-03-17 22:59:02 +0800
commit10bb76812d7fc32fe7b7e14583cfd07ec0bc75f6 (patch)
tree7ddef302ffe6c1abc445f650e146b5b8ef269c73 /databases/pear-MDB2_Schema
parent52ca1a574751bc2822af38cfb9825348e68fd398 (diff)
downloadfreebsd-ports-gnome-10bb76812d7fc32fe7b7e14583cfd07ec0bc75f6.tar.gz
freebsd-ports-gnome-10bb76812d7fc32fe7b7e14583cfd07ec0bc75f6.tar.zst
freebsd-ports-gnome-10bb76812d7fc32fe7b7e14583cfd07ec0bc75f6.zip
- Convert to PEAR_AUTOINSTALL
- Trim header - Take maintainership
Diffstat (limited to 'databases/pear-MDB2_Schema')
-rw-r--r--databases/pear-MDB2_Schema/Makefile36
1 files changed, 7 insertions, 29 deletions
diff --git a/databases/pear-MDB2_Schema/Makefile b/databases/pear-MDB2_Schema/Makefile
index 87565dfdc0f4..2330a10f884e 100644
--- a/databases/pear-MDB2_Schema/Makefile
+++ b/databases/pear-MDB2_Schema/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pear-MDB2_Schema
-# Date created: 08 Feb 2007
-# Whom: Rong-En Fan <rafan@FreeBSD.org>
-#
+# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= MDB2_Schema
PORTVERSION= 0.8.5
@@ -17,31 +13,13 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-FILES= MDB2/Schema/Reserved/ibase.php \
- MDB2/Schema/Reserved/mssql.php \
- MDB2/Schema/Reserved/mysql.php \
- MDB2/Schema/Reserved/oci8.php \
- MDB2/Schema/Reserved/pgsql.php \
- MDB2/Schema/Parser.php \
- MDB2/Schema/Parser2.php \
- MDB2/Schema/Tool.php \
- MDB2/Schema/Validate.php \
- MDB2/Schema/Writer.php \
- MDB2/Schema/Tool/ParameterException.php \
- MDB2/Schema.php scripts/mdb2_schematool
-
-TESTS= Console_TestListener.php HTML_TestListener.php \
- MDB2_Schema_testcase.php README clitest.php driver_test.schema \
- lob_test.schema test.php testUtils.php test_setup.php.dist \
- testchoose.php tests.css
-
-DOCS= description.schema.xml MDB.dtd MDB.xsd MDB.xsl schema2html.css \
- README schema2html.xsl xml_schema_documentation.html
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \
+ ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
+ ${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \
+ ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-EXAMPLES= parse.php schema.xml
-_EXAMPLESDIR= docs/examples
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"