mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
365 B
Makefile
22 lines
365 B
Makefile
PORTNAME= couchbeam
|
|
PORTVERSION= 1.4.2
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Apache CouchDB client in Erlang
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= benoitc
|
|
|
|
ERL_BUILD_DEPS= devel/erlang-jsx \
|
|
www/erlang-hackney
|
|
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|