freebsd-ports/databases/py-hiredis/Makefile
Jimmy Olgeni fd876ca3f6 Upgrade to 0.2.0 and fix linking with libhiredis.
PR:		199997
Submitted by:	olgeni
Approved by:	maintainer
2015-05-07 08:18:11 +00:00

23 lines
509 B
Makefile

# Created by: Denis Generalov <gd@rambler-co.ru>
# $FreeBSD$
PORTNAME= hiredis
PORTVERSION= 0.2.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gd.workbox@gmail.com
COMMENT= Python extension that wraps hiredis
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis
USES= python
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>