Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2015 23:19:20 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404486 - head/databases/py-apsw
Message-ID:  <201512252319.tBPNJKqi079382@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512252319.tBPNJKqi079382>