opnsense-ports/devel/rubygem-gettext/Makefile
Franco Fichtner fda9379281 */*: sync with upstream
Taken from: HardenedBSD
2018-01-15 19:01:03 +01:00

25 lines
571 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= gettext
PORTVERSION= 3.2.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby implementation of the gettext library
LICENSE= RUBY LGPL3
LICENSE_COMB= dual
RUN_DEPENDS= rubygem-locale>=2.0.5:devel/rubygem-locale \
rubygem-text>=1.3.0:textproc/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>