d881f6af28
Approved by: lwhsu (mentor)
26 lines
635 B
Makefile
26 lines
635 B
Makefile
# New ports collection makefile for: py-hashring
|
|
# Date created: 2008-12-24
|
|
# Whom: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hashring
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= hash_ring-${PORTVERSION}
|
|
|
|
MAINTAINER= yzlin@FreeBSD.org
|
|
COMMENT= An implementation of consistent hashing in Python
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}memcached>=0:${PORTSDIR}/databases/py-memcached
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= hash_ring
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|