Files
bsdports/ruby/rubygem-i18n/Makefile
2019-12-26 07:26:06 +00:00

19 lines
387 B
Makefile

# $FreeBSD: head/devel/rubygem-i18n/Makefile 515229 2019-10-22 23:34:31Z sunpoet $
PORTNAME= i18n
PORTVERSION= 1.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= New wave Internationalization support for Ruby
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0:ruby/rubygem-concurrent-ruby
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>