summaryrefslogtreecommitdiff
path: root/databases/kinterbasdb/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-04 06:42:39 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-04 06:42:39 +0000
commit082b4d1b5fe3c8664fc2cfa6a81ff8007b2d6ebf (patch)
treebe2ce3c82e1044227f28dc8b2cb46c67de8d7b10 /databases/kinterbasdb/Makefile
parentFix bug wich prevents game variation selection from cli for (diff)
Add databases/kinterbasdb, a Python module to access the Firebird
(Interbase (TM) relational database. Note: there seems to be no way around the portlint gripe. Further note: this port won't install correctly until the underlying Firebird DB is upgraded to get rid of its FORBIDDEN state, but first things first. (The was one of the oldest "new ports" PRs in the system, predating the breakage). PR: ports/30823 Submitted by: Dmytro Rud <unixoid@yahoo.com>
Diffstat (limited to 'databases/kinterbasdb/Makefile')
-rw-r--r--databases/kinterbasdb/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/databases/kinterbasdb/Makefile b/databases/kinterbasdb/Makefile
new file mode 100644
index 000000000000..b1f877b3839c
--- /dev/null
+++ b/databases/kinterbasdb/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: kinterbasdb
+# Date created: 19 November 2003
+# Whom: Dmytro Rud <rud@cs.uni-magdeburg.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= kinterbasdb
+PORTVERSION= 3.1
+VERSIONSUFFIX= _pre6
+CATEGORIES= python databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= kinterbasdb
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME}-${PORTVERSION}${VERSIONSUFFIX}-src
+
+MAINTAINER= rud@cs.uni-magdeburg.de
+COMMENT= Python extension for Firebird/Interbase(R) relational databases
+
+LIB_DEPENDS= gds.1:${PORTSDIR}/databases/firebird
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py:${PORTSDIR}/lang/py-mx-base
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}${VERSIONSUFFIX}
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+USE_PYTHON_PREFIX= yes
+
+PLIST_SUB= INSTALLDIR=lib/${PYTHON_VERSION}/site-packages/${PORTNAME}
+
+.include <bsd.port.mk>