freebsd-ports/devel/erlang-bear/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

19 lines
291 B
Makefile

# $FreeBSD$
PORTNAME= bear
PORTVERSION= 0.8.5
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Set of statistics functions for Erlang
LICENSE= APACHE20
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= puzza007
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>