1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/security/elixir-comeonin_i18n/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
360 B
Makefile

PORTNAME= comeonin_i18n
PORTVERSION= 0.1.3
DISTVERSIONPREFIX= v
CATEGORIES= security
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Internationalization support for Comeonin
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= riverrun
MIX_BUILD_DEPS= devel/elixir-gettext
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>