mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
21 lines
426 B
Makefile
21 lines
426 B
Makefile
PORTNAME= rails-i18n
|
|
PORTVERSION= 6.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails61
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Common locale data and translations for Rails i18n
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-i18n>=0.7,2<2,2:devel/rubygem-i18n \
|
|
rubygem-railties61>=6.0<7:www/rubygem-railties61
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|