mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
21 lines
361 B
Makefile
21 lines
361 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
|
|
PORTNAME= hiredis
|
|
PORTVERSION= 0.6.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby wrapper for hiredis
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= redis>=0:databases/redis
|
|
|
|
USES= gem gmake
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|