18 lines
341 B
Makefile
18 lines
341 B
Makefile
PORTNAME= hiredis
|
|
PORTVERSION= 0.6.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby wrapper for hiredis
|
|
WWW= https://github.com/redis/hiredis-rb
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= redis>=0:databases/redis
|
|
|
|
USES= gem gmake
|
|
|
|
.include <bsd.port.mk>
|