1PORTNAME= gettext 2PORTVERSION= 3.5.2 3CATEGORIES= devel rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Ruby implementation of the gettext library 8WWW= https://ruby-gettext.github.io/ \ 9 https://github.com/ruby-gettext/gettext 10 11LICENSE= lgpl3+ ruby 12LICENSE_COMB= dual 13LICENSE_FILE_lgpl+ = ${WRKSRC}/doc/text/lgpl-3.0.txt 14LICENSE_FILE_ruby= ${WRKSRC}/doc/text/ruby-license.txt 15 16BUILD_DEPENDS= ${RUN_DEPENDS} 17RUN_DEPENDS= rubygem-erubi>=0:www/rubygem-erubi \ 18 rubygem-locale>=2.0.5:devel/rubygem-locale \ 19 rubygem-prime>=0:math/rubygem-prime \ 20 rubygem-racc>=0:devel/rubygem-racc \ 21 rubygem-text>=1.3.0:textproc/rubygem-text 22 23USES= gem shebangfix 24 25NO_ARCH= yes 26 27PLIST_FILES= bin/rmsgcat \ 28 bin/rmsgfmt \ 29 bin/rmsginit \ 30 bin/rmsgmerge \ 31 bin/rxgettext 32 33SHEBANG_FILES= samples/*.rb samples/cgi/*.rb 34 35.include <bsd.port.mk> 36