Index: head/databases/py-apsw/Makefile =================================================================== --- head/databases/py-apsw/Makefile (revision 351334) +++ head/databases/py-apsw/Makefile (revision 351335) @@ -1,25 +1,24 @@ # Created by: Rusty Nejdl # $FreeBSD$ PORTNAME= apsw PORTVERSION= 3.8.0.2 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}-r1 MAINTAINER= rnejdl@ringofsaturn.com COMMENT= APSW stands for Another Python SQLite Wrapper LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 PYDISTUTILS_PKGVERSION= ${PORTVERSION}_r1 USES= zip USE_PYTHON= yes USE_PYDISTUTILS=yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include Index: head/databases/py-apsw/pkg-descr =================================================================== --- head/databases/py-apsw/pkg-descr (revision 351334) +++ head/databases/py-apsw/pkg-descr (revision 351335) @@ -1,6 +1,8 @@ APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses 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/