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