Files
bsdports/ruby/rubygem-fast_gettext/Makefile
2019-12-26 07:26:06 +00:00

18 lines
390 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD: head/devel/rubygem-fast_gettext/Makefile 499569 2019-04-21 19:07:41Z sunpoet $
PORTNAME= fast_gettext
PORTVERSION= 2.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast, memory-efficient and threadsafe GetText for Ruby
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>