44b3bcf380
PR: ports/280724 Approved by: maintainer timeout
22 lines
473 B
Makefile
22 lines
473 B
Makefile
PORTNAME= hiredis
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gd.workbox@gmail.com
|
|
COMMENT= Python extension that wraps hiredis
|
|
WWW= https://github.com/pietern/hiredis-py
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LIB_DEPENDS= libhiredis.so:databases/hiredis
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/${PYSETUP}
|
|
|
|
.include <bsd.port.mk>
|