- Add LICENSE

- Switch to USES=localbase
This commit is contained in:
Dmitry Marakasov
2015-12-25 23:19:20 +00:00
parent 08b996e8d6
commit 6354f342ba

View File

@@ -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>