22 lines
426 B
Makefile
22 lines
426 B
Makefile
PORTNAME= i18n
|
|
PORTVERSION= 1.14.1
|
|
PORTEPOCH= 2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= New wave Internationalization support for Ruby
|
|
WWW= https://github.com/ruby-i18n/i18n
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= i18n_project
|
|
|
|
.include <bsd.port.mk>
|