opnsense-ports/devel/rubygem-gettext-setup/Makefile
Franco Fichtner d608c7cd1c */*: sync with upstream
Taken from: HardenedBSD
2019-03-24 05:43:06 +01:00

24 lines
492 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gettext-setup
PORTVERSION= 0.30
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.0: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>