92f1f98f5c
New wave Internationalization support for Ruby. WWW: http://rubygems.org/gems/i18n Sponsored by: RideCharge Inc. / Taximagic
19 lines
397 B
Makefile
19 lines
397 B
Makefile
# Ports collection makefile for: rubygem-i18n
|
|
# Date created: 1 September 2010
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= i18n
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= New wave Internationalization support for Ruby.
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|