mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
23 lines
599 B
Makefile
23 lines
599 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD: head/devel/rubygem-gettext/Makefile 459059 2018-01-15 14:57:33Z swills $
|
|
|
|
PORTNAME= gettext
|
|
PORTVERSION= 3.2.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
COMMENT= Ruby implementation of the gettext library
|
|
|
|
RUN_DEPENDS= rubygem-locale>=2.0.5:ruby/rubygem-locale \
|
|
rubygem-text>=1.3.0:ruby/rubygem-text
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem shebangfix
|
|
SHEBANG_FILES= samples/*.rb samples/cgi/*.rb
|
|
PLIST_FILES= bin/rmsgcat bin/rmsgfmt bin/rmsginit bin/rmsgmerge bin/rxgettext
|
|
|
|
.include <bsd.port.mk>
|