mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Changes: https://github.com/grosser/gettext_i18n_rails/blob/master/CHANGELOG.md https://github.com/grosser/gettext_i18n_rails/commits/master
19 lines
397 B
Makefile
19 lines
397 B
Makefile
PORTNAME= gettext_i18n_rails
|
|
PORTVERSION= 1.13.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple FastGettext Rails integration
|
|
WWW= https://github.com/grosser/gettext_i18n_rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:devel/rubygem-fast_gettext
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|