- Update to 0.9.2 PR: 196676 Differential Revision: https://reviews.freebsd.org/D1536 Submitted by: Michael Moll <kvedulv@kvedulv.de> Approved by: swills (mentor)
18 lines
340 B
Makefile
18 lines
340 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fast_gettext
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kvedulv@kvedulv.de
|
|
COMMENT= Fast, memory-efficient and threadsafe GetText for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|