22 lines
482 B
Makefile
22 lines
482 B
Makefile
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>
|