blob: 67d3505561b552a04fdb9cbbe0462e1b0d436c80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= unicode-version
PORTVERSION= 1.5.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>
|