be2f8b7fc1
Ruby Internationalization and localization solution. Features: * translation and localization * interpolation of values to translations (Ruby 1.9 compatible syntax) * pluralization (CLDR compatible) * customizable transliteration to ASCII * flexible defaults * bulk lookup * lambdas as translation data * custom key/scope separator * custom exception handlers * extensible architecture with a swappable backend ok landry
20 lines
409 B
Makefile
20 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 21:25:47 jeremy Exp $
|
|
|
|
COMMENT = ruby internationalization and localization solution
|
|
|
|
DISTNAME = i18n-0.4.2
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE= https://github.com/svenfuchs/i18n
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|