cf118ccf87
Reported by: lwhsu
18 lines
295 B
Makefile
18 lines
295 B
Makefile
PORTNAME= eredis
|
|
PORTVERSION= 1.1.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Non-blocking Redis client for Erlang
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wooga
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|