23 lines
509 B
Makefile
23 lines
509 B
Makefile
# Created by: Denis Generalov <gd@rambler-co.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hiredis
|
|
PORTVERSION= 0.1.2
|
|
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>
|