1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/databases/elixir-geo/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

29 lines
465 B
Makefile

# $FreeBSD$
PORTNAME= geo
PORTVERSION= 2.1.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Collection of GIS functions for Elixir
LICENSE= MIT
OPTIONS_SUB= yes
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= bryanjos
MIX_BUILD_DEPS= databases/elixir-ecto \
databases/elixir-postgrex \
devel/elixir-poison
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
MIX_REWRITE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>