42744f8213
PR: ports/171265 Submitted by: tota
20 lines
429 B
Makefile
20 lines
429 B
Makefile
# 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.8
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
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>
|