aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-i18n/Makefile
blob: 5343b0d7e9634673d3311245c5ef5cfffe5b099f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

PORTNAME=	i18n
PORTVERSION=	1.8.9
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<2:devel/rubygem-concurrent-ruby

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>