aboutsummaryrefslogtreecommitdiff
path: root/databases/py-kyotocabinet/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-24 10:41:43 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-24 10:41:43 +0000
commit1ff7bdf52a5fe83d1f2ed0e539701209ed84d3a0 (patch)
treeb6b5aa622608c514aa7207e04afd6ca31aaa457f /databases/py-kyotocabinet/Makefile
parent5d9fce77cd8ac052dc57a76e25f2d3ea8759c3e0 (diff)
downloadports-1ff7bdf52a5fe83d1f2ed0e539701209ed84d3a0.tar.gz
ports-1ff7bdf52a5fe83d1f2ed0e539701209ed84d3a0.zip
Notes
Diffstat (limited to 'databases/py-kyotocabinet/Makefile')
-rw-r--r--databases/py-kyotocabinet/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/py-kyotocabinet/Makefile b/databases/py-kyotocabinet/Makefile
index 64ab81dad3e8..10f79e2ec7cf 100644
--- a/databases/py-kyotocabinet/Makefile
+++ b/databases/py-kyotocabinet/Makefile
@@ -12,13 +12,12 @@ DISTNAME= ${PORTNAME}-python-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python binding of kyotocabinet
+LICENSE= GPLv3
+
LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet
-USE_PYTHON= 3.1+
+PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS=yes
+USE_PYTHON= 3
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so
-PYDISTUTILS_EGGINFO= Kyoto_Cabinet-1.5-py${PYTHON_VER}.egg-info
-
-NO_STAGE= yes
.include <bsd.port.mk>