diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-04-15 14:39:06 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-04-15 14:39:06 +0000 |
commit | 20dc98147a8cccf65ca5b6e0e51862e336d765c2 (patch) | |
tree | 8a91f1293dbc1f5f20c9eddb732f103c8b714dc6 /databases/py-apsw | |
parent | db175077f31503ad8952e1762d67beba20c470c9 (diff) |
- Stage
- Pet portlint
PR: ports/188602
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=351335
Diffstat (limited to 'databases/py-apsw')
-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/ |