aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-locale/Makefile
blob: 1945151176547308f930548ea0e92309b0bf7af0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$

PORTNAME=   locale
PORTVERSION=    2.1.1
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= knu@FreeBSD.org
COMMENT=    Pure ruby library to support locales

LICENSE=    RUBY LGPL3
LICENSE_COMB=   dual

NO_ARCH=    yes
USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>