1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/rubygem-gettext/Makefile
2012-09-13 10:57:36 +00:00

24 lines
530 B
Makefile

# New ports collection makefile for: Ruby GetText
# Date created: 4 February 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= gettext
PORTVERSION= 2.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= knu@FreeBSD.org
COMMENT= A Ruby implementation of the gettext library
RUN_DEPENDS= rubygem-locale>=2.0.5:${PORTSDIR}/devel/rubygem-locale
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rmsgfmt bin/rmsginit bin/rmsgmerge bin/rxgettext
.include <bsd.port.mk>