summaryrefslogtreecommitdiff
path: root/databases/py-ZODB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-ZODB/Makefile')
-rw-r--r--databases/py-ZODB/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/py-ZODB/Makefile b/databases/py-ZODB/Makefile
new file mode 100644
index 00000000000..63e15395ed5
--- /dev/null
+++ b/databases/py-ZODB/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/06 19:52:44 recht Exp $
+#
+
+DISTNAME= ZODB3-3.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= databases
+MASTER_SITES= http://zope.org/Products/ZODB3.2/3.2/
+
+MAINTAINER= dotz@irc.pl
+HOMEPAGE= http://zope.org/Products/ZODB3.2/3.2/
+COMMENT= Standalone distro of Zope Object Database
+
+USE_BUILDLINK2= yes
+PY_PATCHPLIST= yes
+PYDISTUTILSPKG= yes
+
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"