1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/erlang-epgsql/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
274 B
Makefile

# $FreeBSD$
PORTNAME= epgsql
PORTVERSION= 4.1.0
CATEGORIES= databases
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang PostgreSQL Database Client
LICENSE= BSD3CLAUSE
USES= erlang:rebar3
USE_GITHUB= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>