Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / py-hiredis / Makefile
1 # Created by: Denis Generalov <gd@rambler-co.ru>
2 # $FreeBSD$
3
4 PORTNAME=       hiredis
5 PORTVERSION=    0.2.0
6 CATEGORIES=     databases python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     gd.workbox@gmail.com
11 COMMENT=        Python extension that wraps hiredis
12
13 LICENSE=        BSD3CLAUSE
14
15 LIB_DEPENDS=    libhiredis.so:databases/hiredis
16
17 USES=           python
18 USE_PYTHON=     distutils autoplist
19
20 post-patch:
21         @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/${PYSETUP}
22
23 .include <bsd.port.mk>