mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
Unicode::Version.unicode_version makes it easy to check for Unicode and Emoji support of your current Ruby (and older Rubies).
17 lines
348 B
Makefile
17 lines
348 B
Makefile
PORTNAME= unicode-version
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Return Unicode / Emoji versions of current and previous Rubies
|
|
WWW= https://github.com/janlelis/unicode-version
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|