freebsd-ports/devel/rubygem-fast_gettext/Makefile
Sunpoet Po-Chuan Hsieh d3ca482099 Update to 1.8.0
- Take maintainership

Changes:	https://github.com/grosser/fast_gettext/commits/master
2018-12-10 04:20:59 +00:00

19 lines
325 B
Makefile

# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= fast_gettext
PORTVERSION= 1.8.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast, memory-efficient and threadsafe GetText for Ruby
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>