mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
25 lines
457 B
Makefile
25 lines
457 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= postgrex
|
|
PORTVERSION= 0.12.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@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
|
|
|
|
.include <bsd.port.mk>
|