mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
452 B
Makefile
20 lines
452 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/devel/rubygem-gettext_i18n_rails/Makefile 500152 2019-04-26 20:47:28Z sunpoet $
|
|
|
|
PORTNAME= gettext_i18n_rails
|
|
PORTVERSION= 1.8.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Simple FastGettext Rails integration
|
|
|
|
RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:ruby/rubygem-fast_gettext
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|