forked from Lainports/opnsense-ports
21 lines
457 B
Makefile
21 lines
457 B
Makefile
PORTNAME= gettext-setup
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Set up i18n for Ruby projects
|
|
WWW= https://github.com/puppetlabs/gettext-setup-gem
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-fast_gettext>=2.1:devel/rubygem-fast_gettext \
|
|
rubygem-gettext>=3.4<4:devel/rubygem-gettext \
|
|
rubygem-locale>=0:devel/rubygem-locale
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|