freebsd-ports/devel/erlang-erlware_commons/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

22 lines
385 B
Makefile

# $FreeBSD$
PORTNAME= erlware_commons
PORTVERSION= 1.1.0
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang project focused on all aspects of reusable components
LICENSE= MIT
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= erlware
ERL_BUILD_DEPS= devel/erlang-cf
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>