freebsd-ports/devel/erlang-gen_smtp/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
302 B
Makefile

# $FreeBSD$
PORTNAME= gen_smtp
PORTVERSION= 0.13
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Extensible SMTP server and client for Erlang
LICENSE= BSD2CLAUSE
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= Vagabond
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>