diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-28 14:05:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-28 14:05:51 +0000 |
commit | 2d422dbb16210e3c15b4b59bc1c228d02a91f12a (patch) | |
tree | dda48f5b2b37822ef9278f174e72d67b0011062f /databases/py-kyotocabinet | |
parent | 53a1994b64a76336ca1302be27944020ed371a06 (diff) | |
download | ports-2d422dbb16210e3c15b4b59bc1c228d02a91f12a.tar.gz ports-2d422dbb16210e3c15b4b59bc1c228d02a91f12a.zip |
Notes
Diffstat (limited to 'databases/py-kyotocabinet')
-rw-r--r-- | databases/py-kyotocabinet/Makefile | 27 | ||||
-rw-r--r-- | databases/py-kyotocabinet/distinfo | 2 | ||||
-rw-r--r-- | databases/py-kyotocabinet/pkg-descr | 3 |
3 files changed, 32 insertions, 0 deletions
diff --git a/databases/py-kyotocabinet/Makefile b/databases/py-kyotocabinet/Makefile new file mode 100644 index 000000000000..6e6aa1089681 --- /dev/null +++ b/databases/py-kyotocabinet/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: py-kyotocabinet +# Date created: 2011-08-25 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kyotocabinet +PORTVERSION= 1.20 +CATEGORIES= databases python +MASTER_SITES= http://fallabs.com/${PORTNAME}/pythonpkg/ \ + LOCAL/sunpoet +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-python-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python binding of kyotocabinet + +LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet + +USE_PYTHON= 3.1+ +USE_PYDISTUTILS= yes + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PORTNAME}.so +PYDISTUTILS_EGGINFO= Kyoto_Cabinet-1.5-py${PYTHON_VER}.egg-info + +.include <bsd.port.mk> diff --git a/databases/py-kyotocabinet/distinfo b/databases/py-kyotocabinet/distinfo new file mode 100644 index 000000000000..5130aea7469a --- /dev/null +++ b/databases/py-kyotocabinet/distinfo @@ -0,0 +1,2 @@ +SHA256 (kyotocabinet-python-1.20.tar.gz) = bccfd2ab2b909cd4d68b6386b6f2013170510a695b8ba6c9982d42b89ab426be +SIZE (kyotocabinet-python-1.20.tar.gz) = 63457 diff --git a/databases/py-kyotocabinet/pkg-descr b/databases/py-kyotocabinet/pkg-descr new file mode 100644 index 000000000000..43272037a526 --- /dev/null +++ b/databases/py-kyotocabinet/pkg-descr @@ -0,0 +1,3 @@ +Python binding of kyotocabinet. + +WWW: http://fallabs.com/kyotocabinet/ |