Index: Makefile =================================================================== --- Makefile (revision 351251) +++ Makefile (working copy) @@ -11,6 +11,8 @@ MAINTAINER= rnejdl@ringofsaturn.com COMMENT= APSW stands for Another Python SQLite Wrapper +LICENSE= BSD + LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 PYDISTUTILS_PKGVERSION= ${PORTVERSION}_r1 @@ -21,5 +23,4 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include Index: pkg-descr =================================================================== --- pkg-descr (revision 351251) +++ pkg-descr (working copy) @@ -4,3 +4,5 @@ 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/