aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gettext-setup/Makefile
blob: c071e5474465f30d9c6313c10262c3403affd7d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	gettext-setup
PORTVERSION=	0.34
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Set up i18n for Ruby projects

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-fast_gettext1>=1.1<2:devel/rubygem-fast_gettext1 \
		rubygem-gettext>=3.0.2:devel/rubygem-gettext \
		rubygem-locale>=0:devel/rubygem-locale

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>