summaryrefslogtreecommitdiff
path: root/devel/rubygem-fast_gettext/Makefile
blob: 0a13e3e2dac8c86a7a7a5be79f87042b1b6b0496 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Michael Moll <kvedulv at kvedulv.de>

PORTNAME=	fast_gettext
PORTVERSION=	2.2.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Fast, memory-efficient and threadsafe GetText for Ruby

LICENSE=	MIT

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>