pkgsrc-wip/py-hiredis/Makefile

15 lines
355 B
Makefile

# $NetBSD$
DISTNAME= hiredis-0.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/hiredis/}
MAINTAINER= kethzer.dr@gmail.com
HOMEPAGE= https://github.com/pietern/hiredis-py
COMMENT= Python wrapper for hiredis
LICENSE= modified-bsd
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"