opnsense-ports/devel/rubygem-gettext-setup/Makefile
Franco Fichtner 0c0f8354aa */*: sync with upstream
Taken from: FreeBSD
2023-01-31 12:28:55 +01:00

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>