opnsense-ports/devel/rubygem-gettext-setup/Makefile
Franco Fichtner aa5b85c330 */*: sync with upstream
Taken from: FreeBSD
2024-05-29 17:39:05 +02:00

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>