aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-i18n/Makefile
blob: 1a13b23ac688907c6ee93aa4e9785641047b0337 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>