svn commit: r404486 - head/databases/py-apsw

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 25 23:19:22 UTC 2015


Author: amdmi3
Date: Fri Dec 25 23:19:20 2015
New Revision: 404486
URL: https://svnweb.freebsd.org/changeset/ports/404486

Log:
  - Add LICENSE
  - Switch to USES=localbase

Modified:
  head/databases/py-apsw/Makefile

Modified: head/databases/py-apsw/Makefile
==============================================================================
--- head/databases/py-apsw/Makefile	Fri Dec 25 23:19:02 2015	(r404485)
+++ head/databases/py-apsw/Makefile	Fri Dec 25 23:19:20 2015	(r404486)
@@ -12,14 +12,13 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list