summaryrefslogtreecommitdiff
path: root/databases/py-table/Makefile
diff options
context:
space:
mode:
authordarcy <darcy>2004-12-21 11:01:10 +0000
committerdarcy <darcy>2004-12-21 11:01:10 +0000
commitb3f53438c8575df7f0789be81f77d476b98fadc5 (patch)
treea26e7b0bd40a53e4dbd7bd5214a237365ac7473c /databases/py-table/Makefile
parentf9106e893438e27b6929351e0193b8874e600810 (diff)
downloadpkgsrc-b3f53438c8575df7f0789be81f77d476b98fadc5.tar.gz
py-table-0.8.3a
PyTable is a relational database wrapper based on BasicProperty's rich property-based modeling system. PyTable provides a "thick" wrapper for PostgreSQL (and MySQL) database adapters which fills in missing functionality in the adapter layer to provide a uniform rich external API.
Diffstat (limited to 'databases/py-table/Makefile')
-rw-r--r--databases/py-table/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/py-table/Makefile b/databases/py-table/Makefile
new file mode 100644
index 00000000000..041765c9e81
--- /dev/null
+++ b/databases/py-table/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/21 11:01:10 darcy Exp $
+#
+
+DISTNAME= pytable-0.8.3a
+PKGNAME= ${PYPKGPREFIX}-table-0.8.3a
+CATEGORIES= databases python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytable/}
+
+MAINTAINER= darcy@NetBSD.org
+HOMEPAGE= http://pytable.sf.net/
+COMMENT= Python RDBMS wrapper for various databases
+
+DEPENDS+= ${PYPKGPREFIX}-basicproperty*:../../lang/py-basicproperty
+
+MAKE_ENV+= MANDIR=${PREFIX}/man
+MAKE_ENV+= BINDIR=${PREFIX}/bin
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+
+PYDISTUTILSPKG= yes
+PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"