svn commit: r438534 - in head/databases: . py3-apsw

Steve Wills swills at FreeBSD.org
Fri Apr 14 18:40:25 UTC 2017


Author: swills
Date: Fri Apr 14 18:40:24 2017
New Revision: 438534
URL: https://svnweb.freebsd.org/changeset/ports/438534

Log:
  databases/py3-apsw: create port
  
  Python 3 version of py-apsw

Added:
  head/databases/py3-apsw/
  head/databases/py3-apsw/Makefile   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Fri Apr 14 18:36:54 2017	(r438533)
+++ head/databases/Makefile	Fri Apr 14 18:40:24 2017	(r438534)
@@ -801,6 +801,7 @@
     SUBDIR += py-unqlite
     SUBDIR += py-whisper
     SUBDIR += py-xapian
+    SUBDIR += py3-apsw
     SUBDIR += py3-bsddb3
     SUBDIR += py3-mysqlclient
     SUBDIR += py3-psycopg2

Added: head/databases/py3-apsw/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py3-apsw/Makefile	Fri Apr 14 18:40:24 2017	(r438534)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-apsw
+
+USES=		localbase python:3.2+ sqlite:3
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list