diff options
author | swills <swills@FreeBSD.org> | 2014-04-15 22:39:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-04-15 22:39:06 +0800 |
commit | 97002f6cb1849dd4ac7eb9b81134885838aa132b (patch) | |
tree | 8a91f1293dbc1f5f20c9eddb732f103c8b714dc6 /databases | |
parent | 48b7b4796e7bff9af1e881c173fdf4cdfbe6af9c (diff) | |
download | freebsd-ports-gnome-97002f6cb1849dd4ac7eb9b81134885838aa132b.tar.gz freebsd-ports-gnome-97002f6cb1849dd4ac7eb9b81134885838aa132b.tar.zst freebsd-ports-gnome-97002f6cb1849dd4ac7eb9b81134885838aa132b.zip |
- Stage
- Pet portlint
PR: ports/188602
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-apsw/Makefile | 1 | ||||
-rw-r--r-- | databases/py-apsw/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index 5dad1f692a55..cb7056bca72a 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -21,5 +21,4 @@ USE_PYDISTUTILS=yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/py-apsw/pkg-descr b/databases/py-apsw/pkg-descr index 5702794c750f..8b1739b3eecb 100644 --- a/databases/py-apsw/pkg-descr +++ b/databases/py-apsw/pkg-descr @@ -4,3 +4,5 @@ on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. + +WWW: https://code.google.com/p/apsw/ |