27ad7a59ac
PR: ports/183416 PR: ports/183420 Submitted by: Denis Generalov <gd.workbox gmail.com> (maintainer)
25 lines
534 B
Makefile
25 lines
534 B
Makefile
# Created by: Denis Generalov <gd@rambler-co.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hiredis
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gd.workbox@gmail.com
|
|
COMMENT= Python extension that wraps hiredis
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST=yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/${PYSETUP}
|
|
|
|
.include <bsd.port.mk>
|