diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-10-13 16:12:17 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-10-13 16:12:17 +0000 |
commit | 62d55e01656d2efb6274c02a2aa83f1a6b9f429a (patch) | |
tree | 910908afd0a70c6678eb344b10d40521f3962274 /databases/elixir-exredis/Makefile | |
parent | 6099338ddc1da493166f1f108767947ba13be58d (diff) | |
download | ports-62d55e01656d2efb6274c02a2aa83f1a6b9f429a.tar.gz ports-62d55e01656d2efb6274c02a2aa83f1a6b9f429a.zip |
Notes
Diffstat (limited to 'databases/elixir-exredis/Makefile')
-rw-r--r-- | databases/elixir-exredis/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/elixir-exredis/Makefile b/databases/elixir-exredis/Makefile new file mode 100644 index 000000000000..982cbddea003 --- /dev/null +++ b/databases/elixir-exredis/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= exredis +PORTVERSION= 0.2.1 +CATEGORIES= databases +PKGNAMEPREFIX= elixir- + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Redis client for Elixir + +LICENSE= MIT + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= artemeff + +MIX_BUILD_DEPS= databases/erlang-eredis +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include <bsd.port.mk> |