mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
27 lines
479 B
Makefile
27 lines
479 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= postgrex
|
|
PORTVERSION= 0.13.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Database driver for PostgreSQL written in Elixir
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= elixir-ecto
|
|
|
|
MIX_BUILD_DEPS= databases/elixir-db_connection \
|
|
devel/elixir-connection \
|
|
devel/elixir-decimal
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
|
MIX_REWRITE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|