freebsd-ports/databases/rubygem-hiredis/Makefile
2015-05-31 19:27:55 +00:00

21 lines
374 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= hiredis
PORTVERSION= 0.6.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby wrapper for hiredis
LICENSE= BSD3CLAUSE
RUN_DEPENDS= redis>=0:${PORTSDIR}/databases/redis
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= gmake
.include <bsd.port.mk>