mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
19 lines
364 B
Makefile
19 lines
364 B
Makefile
# Created by: Alexander Logvinov <avl@FreeBSD.org>
|
|
|
|
PORTNAME= russian
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= russian devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Russian language support for Ruby and Rails, based on I18n library
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-i18n>=0.5.0:devel/rubygem-i18n
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|