20 lines
443 B
Makefile
20 lines
443 B
Makefile
PORTNAME= gettext-setup
|
|
PORTVERSION= 1.1.0
|
|
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<3: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>
|