summaryrefslogtreecommitdiff
path: root/devel/rubygem-rails-i18n-rails-gitlab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-rails-i18n-rails-gitlab/Makefile')
-rw-r--r--devel/rubygem-rails-i18n-rails-gitlab/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/rubygem-rails-i18n-rails-gitlab/Makefile b/devel/rubygem-rails-i18n-rails-gitlab/Makefile
new file mode 100644
index 000000000000..1e27dc3a6c20
--- /dev/null
+++ b/devel/rubygem-rails-i18n-rails-gitlab/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= rails-i18n
+PORTVERSION= 7.0.10
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -rails-gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Set of common locale data and translations for Rails
+WWW= https://github.com/svenfuchs/rails-i18n
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
+
+RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \
+ rubygem-railties-gitlab>=6.0.0<8:www/rubygem-railties-gitlab
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>