mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
19 lines
375 B
Makefile
19 lines
375 B
Makefile
PORTNAME= fast_gettext
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast, memory-efficient and threadsafe GetText for Ruby
|
|
WWW= https://github.com/grosser/fast_gettext
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-prime>=0:math/rubygem-prime
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|