diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-25 23:19:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-12-25 23:19:20 +0000 |
commit | 6354f342bab4e71badab8d3e4ba4f8127183a577 (patch) | |
tree | 726a5774f46d780d48b625529ecaee822cbc9a08 /databases | |
parent | 08b996e8d6326cf8cdf088b3670d30ad6e9db70d (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-apsw/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile index 060de97392ac..6d11f5589f25 100644 --- a/databases/py-apsw/Makefile +++ b/databases/py-apsw/Makefile @@ -12,14 +12,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= APSW stands for Another Python SQLite Wrapper +LICENSE= ZLIB + LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 PYDISTUTILS_PKGVERSION= ${PORTVERSION}_r1 PYDISTUTILS_EGGINFO= apsw-${PORTVERSION}.post1-py${PYTHON_VER}.egg-info -USES= python zip +USES= localbase python zip USE_PYTHON= distutils -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - .include <bsd.port.mk> |