- Add LICENSE
- Switch to USES=localbase
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user