mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
cf118ccf87
Reported by: lwhsu
20 lines
360 B
Makefile
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>
|