freebsd-ports/devel/rubygem-i18n/Makefile
Sunpoet Po-Chuan Hsieh d3257dad59 Update to 1.6.0
- Update WWW
- Take maintainership

Changes:	https://github.com/ruby-i18n/i18n/releases
2019-08-12 19:45:50 +00:00

22 lines
380 B
Makefile

# $FreeBSD$
PORTNAME= i18n
PORTVERSION= 1.6.0
PORTEPOCH= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= New wave Internationalization support for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0:devel/rubygem-concurrent-ruby
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>