diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-24 10:41:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-24 10:41:43 +0000 |
commit | 1ff7bdf52a5fe83d1f2ed0e539701209ed84d3a0 (patch) | |
tree | b6b5aa622608c514aa7207e04afd6ca31aaa457f /databases/py-kyotocabinet/Makefile | |
parent | 5d9fce77cd8ac052dc57a76e25f2d3ea8759c3e0 (diff) | |
download | ports-1ff7bdf52a5fe83d1f2ed0e539701209ed84d3a0.tar.gz ports-1ff7bdf52a5fe83d1f2ed0e539701209ed84d3a0.zip |
Notes
Diffstat (limited to 'databases/py-kyotocabinet/Makefile')
-rw-r--r-- | databases/py-kyotocabinet/Makefile | 9 |
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> |