summaryrefslogtreecommitdiff
path: root/databases/py-apsw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-apsw/Makefile')
-rw-r--r--databases/py-apsw/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile
new file mode 100644
index 00000000000..20962bc0db8
--- /dev/null
+++ b/databases/py-apsw/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2014/04/16 17:15:24 wiz Exp $
+
+DISTNAME= apsw-3.8.4.2-r1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-r/pl/}
+CATEGORIES= databases
+MASTER_SITES= https://github.com/rogerbinns/apsw/releases/download/${DISTNAME:C/^[^-]*-//1}/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= rhialto@falu.nl
+HOMEPAGE= http://rogerbinns.github.io/apsw/
+COMMENT= Python wrapper for SQLite
+LICENSE= zlib
+
+USE_LANGUAGES= c
+
+EGG_NAME= ${DISTNAME:S/-r/_r/}
+
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.8.3
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"