opnsense-ports/databases/elixir-timex_ecto/Makefile
Franco Fichtner a12906ed58 */*: sync with upstream
Taken from: HardenedBSD
2018-06-11 06:33:04 +02:00

22 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= timex_ecto
PORTVERSION= 3.3.0
CATEGORIES= databases
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Adapter for using Timex DateTimes with Ecto
LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= bitwalker
MIX_BUILD_DEPS= databases/elixir-ecto \
devel/elixir-timex
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
MIX_REWRITE= yes
.include <bsd.port.mk>