20 lines
307 B
Makefile
20 lines
307 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gettext
|
|
PORTVERSION= 0.14.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Implementation of gettext for Elixir
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= elixir-lang
|
|
|
|
MIX_REWRITE= yes
|
|
|
|
.include <bsd.port.mk>
|