mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
18 lines
390 B
Makefile
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>
|