ports/devel/rubygem-unicode-version/Makefile
Po-Chuan Hsieh 90065164d4
devel/rubygem-unicode-version: Add rubygem-unicode-version 1.4.0
Unicode::Version.unicode_version makes it easy to check for Unicode and Emoji
support of your current Ruby (and older Rubies).
2024-05-16 14:21:51 +08:00

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>