aboutsummaryrefslogtreecommitdiff
path: root/textproc/rubygem-character_set/Makefile
blob: a65f4f9aa577e5ae9c6bc62af60d17ebeff0ee00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Matthias Fechner <mfechner@FreeBSD.org>

PORTNAME=	character_set
PORTVERSION=	1.4.0
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Build, read, write and compare sets of Unicode codepoints

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

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>