pkgsrc-wip/py-redis-cluster/Makefile
Roland Illig 3d44863044 *: fix pkglint warnings about variable alignment
pkglint -Wall -F --only "aligned" -r

The result of the above command has been manually inspected and fixed
where necessary.
2018-06-06 20:44:18 +01:00

17 lines
473 B
Makefile

# $NetBSD$
DISTNAME= redis-py-cluster-1.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis-py-cluster/}
MAINTAINER= kethzer.dr@gmail.com
HOMEPAGE= https://github.com/grokzen/redis-py-cluster/
COMMENT= Cluster library for redis 3.0.0 built on top of redis-py
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-redis-[0-9]*:../../databases/py-redis
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"