aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-gettext/Makefile
blob: e136e970b62488934ef8f1593b9bd1a6e15a10a1 (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
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$

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

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

LICENSE=    RUBY LGPL3
LICENSE_COMB=   dual

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

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist shebangfix
SHEBANG_FILES=  samples/*.rb samples/cgi/*.rb
PLIST_FILES=    bin/rmsgcat bin/rmsgfmt bin/rmsginit bin/rmsgmerge bin/rxgettext

.include <bsd.port.mk>