aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-unf_ext/Makefile
blob: 09161c00ecc6561032af8df8463ae1430ea258a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	unf_ext
PORTVERSION=	0.0.9.1
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Unicode Normalization Form support library for CRuby
WWW=		https://github.com/knu/ruby-unf_ext

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

.include <bsd.port.mk>