blob: 3bbe7148900338cc9da86ef3030e7cb3b5dd90e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: Ruby Locale gem (separated from Ruby GetText Package)
# Date created: 4 February 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= locale
PORTVERSION= 2.0.5
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= knu@FreeBSD.org
COMMENT= A pure ruby library to support locales
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|