19 lines
351 B
Makefile
19 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= comeonin_i18n
|
|
PORTVERSION= 0.1.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@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}
|
|
|
|
.include <bsd.port.mk>
|