freebsd-ports/devel/rubygem-gettext-setup/Makefile
2021-04-06 16:31:07 +02:00

23 lines
480 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= gettext-setup
PORTVERSION= 0.34
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Set up i18n for Ruby projects
LICENSE= APACHE20
RUN_DEPENDS= rubygem-fast_gettext1>=1.1<2:devel/rubygem-fast_gettext1 \
rubygem-gettext>=3.0.2:devel/rubygem-gettext \
rubygem-locale>=0:devel/rubygem-locale
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>