freebsd-ports/devel/rubygem-gettext/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

21 lines
507 B
Makefile

# Created by: 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= Ruby implementation of the gettext library
RUN_DEPENDS= rubygem-locale>=2.0.5:${PORTSDIR}/devel/rubygem-locale
USES= shebangfix
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
SHEBANG_FILES= samples/*.rb samples/cgi/*.rb
PLIST_FILES= bin/rmsgfmt bin/rmsginit bin/rmsgmerge bin/rxgettext
.include <bsd.port.mk>