mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
45 lines
1.3 KiB
Makefile
45 lines
1.3 KiB
Makefile
# New ports collection makefile for: pear-MDB2_Schema
|
|
# Date created: 08 Feb 2007
|
|
# Whom: Rong-En Fan <rafan@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MDB2_Schema
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
|
COMMENT= PEAR XML based database schema manager
|
|
|
|
BUILD_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
|
|
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/Validate.php \
|
|
MDB2/Schema/Writer.php \
|
|
MDB2/Schema.php
|
|
|
|
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 \
|
|
schema2html.xsl xml_schema_documentation.html
|
|
|
|
EXAMPLES= example.php parse.php schema.xml
|
|
_EXAMPLESDIR= docs/examples
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|