forked from Lainports/freebsd-ports
Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O) WWW: http://github.com/redis/hiredis-rb
20 lines
366 B
Makefile
20 lines
366 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hiredis
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby wrapper for hiredis
|
|
|
|
RUN_DEPENDS= redis>=0:${PORTSDIR}/databases/redis
|
|
|
|
USES= gmake
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
.include <bsd.port.mk>
|