summaryrefslogtreecommitdiff
path: root/databases/py-bsddb3/Makefile
diff options
context:
space:
mode:
authorgson <gson>2003-01-17 19:26:04 +0000
committergson <gson>2003-01-17 19:26:04 +0000
commit8a32b3e6d99c27054348271ca384f8720ffc9b76 (patch)
tree7dea0c1f53cbc0d47d3e420c407426dcc2235e8e /databases/py-bsddb3/Makefile
parent7ae949890d279df5200c9c5c1ac33e78b049993a (diff)
downloadpkgsrc-8a32b3e6d99c27054348271ca384f8720ffc9b76.tar.gz
PyBSDDB 4.1.1, a Python extension module for Berkeley DB 3 and 4.
This NetBSD package includes the patches from bug reports #667340, #667343, and #669533, which are in the SourceForge pybsddb3 CVS but not yet in the 4.1.1 release; hence PKGREVISION=1.
Diffstat (limited to 'databases/py-bsddb3/Makefile')
-rw-r--r--databases/py-bsddb3/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile
new file mode 100644
index 00000000000..698d96f36da
--- /dev/null
+++ b/databases/py-bsddb3/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/17 19:26:04 gson Exp $
+#
+
+DISTNAME= bsddb3-4.1.1
+PKGNAME= ${PYPKGPREFIX}-bsddb3-4.1.1
+PKGREVISION= 1
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pybsddb/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://pybsddb.sourceforge.net/
+COMMENT= Python extension module for Berkeley DB 3 and 4
+
+PYSETUPBUILDARGS= --berkeley-db=${LOCALBASE}
+PYSETUPINSTALLARGS= --berkeley-db=${LOCALBASE}
+
+USE_BUILDLINK2= yes
+PYDISTUTILSPKG= yes
+PYBINMODULE= yes
+
+.include "../../databases/db4/buildlink2.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"