View | Details | Raw Unified | Return to bug 188602
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 11-16 Link Here
11
MAINTAINER=	rnejdl@ringofsaturn.com
11
MAINTAINER=	rnejdl@ringofsaturn.com
12
COMMENT=	APSW stands for Another Python SQLite Wrapper
12
COMMENT=	APSW stands for Another Python SQLite Wrapper
13
13
14
LICENSE=	BSD
15
14
LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
16
LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
15
17
16
PYDISTUTILS_PKGVERSION=	${PORTVERSION}_r1
18
PYDISTUTILS_PKGVERSION=	${PORTVERSION}_r1
Lines 21-25 Link Here
21
CFLAGS+=	-I${LOCALBASE}/include
23
CFLAGS+=	-I${LOCALBASE}/include
22
LDFLAGS+=	-L${LOCALBASE}/lib
24
LDFLAGS+=	-L${LOCALBASE}/lib
23
25
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)pkg-descr (+2 lines)
Lines 4-6 Link Here
4
the complete SQLite API into Python. The documentation has a section
4
the complete SQLite API into Python. The documentation has a section
5
on the differences between APSW and pysqlite. APSW supports CPython
5
on the differences between APSW and pysqlite. APSW supports CPython
6
2.3 onwards and CPython 3.1 onwards.
6
2.3 onwards and CPython 3.1 onwards.
7
8
WWW: https://code.google.com/p/apsw/

Return to bug 188602