1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/elixir-timex/Makefile

25 lines
430 B
Makefile

PORTNAME= timex
PORTVERSION= 3.3.0
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Complete date/time library for Elixir
LICENSE= MIT
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= bitwalker
MIX_BUILD_DEPS= devel/elixir-combine \
devel/elixir-gettext \
devel/elixir-tzdata \
www/elixir-httpoison
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
MIX_REWRITE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>