freebsd-ports/databases/erlang-eredis/Makefile
Jimmy Olgeni 37893c2bae Update the remaining Erlang ports to use erlang.mk.
A few mistakes in plists came up, so these ports get a PORTREVISION bump.

Some of the older ports are still left out.
2015-07-06 22:34:11 +00:00

19 lines
302 B
Makefile

# $FreeBSD$
PORTNAME= eredis
PORTVERSION= 1.0.8
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= databases
PKGNAMEPREFIX= erlang-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Non-blocking Redis client for Erlang
LICENSE= MIT
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= wooga
.include <bsd.port.mk>