blob: 61f11fe325176aeae3d935d49ba7733b86e89a78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Ports collection makefile for: rubygem-russian
# Date created: 22 June 2009
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= russian
PORTVERSION= 0.2.7
CATEGORIES= russian devel rubygems
MASTER_SITES= RG
MAINTAINER= avl@FreeBSD.org
COMMENT= Russian language support for Ruby and Rails, based on I18n library
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|