opnsense-ports/devel/rubygem-i18n/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

22 lines
426 B
Makefile

PORTNAME= i18n
PORTVERSION= 1.14.1
PORTEPOCH= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= New wave Internationalization support for Ruby
WWW= https://github.com/ruby-i18n/i18n
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby
USES= cpe gem
NO_ARCH= yes
CPE_VENDOR= i18n_project
.include <bsd.port.mk>