1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/erlang-p1_utils/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

20 lines
301 B
Makefile

# $FreeBSD$
PORTNAME= p1_utils
PORTVERSION= 1.0.12
CATEGORIES= textproc
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang utility modules from ProcessOne
LICENSE= APACHE20
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= processone
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>