aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gettext/Makefile
blob: 8b20bc1ece03ec34452154565baf0ee90ee8fce8 (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
24
25
26
27
28
29
30
31
32
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>

PORTNAME=	gettext
PORTVERSION=	3.3.7
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby implementation of the gettext library

LICENSE=	LGPL3 RUBY
LICENSE_COMB=	dual
LICENSE_FILE_LGPL3=	${WRKSRC}/doc/text/lgpl-3.0.txt
LICENSE_FILE_RUBY=	${WRKSRC}/doc/text/ruby-license.txt

RUN_DEPENDS=	rubygem-locale>=2.0.5:devel/rubygem-locale \
		rubygem-text>=1.3.0:textproc/rubygem-text

USES=		gem shebangfix
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/rmsgcat \
		bin/rmsgfmt \
		bin/rmsginit \
		bin/rmsgmerge \
		bin/rxgettext

SHEBANG_FILES=	samples/*.rb samples/cgi/*.rb

.include <bsd.port.mk>