e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
22 lines
373 B
Makefile
22 lines
373 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|