aboutsummaryrefslogtreecommitdiff
path: root/databases/py-hiredis/Makefile
blob: c9d058a8fe447a52f7a7ecc733d7306b35368fc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>