mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
387 B
Makefile
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>
|