summaryrefslogtreecommitdiff
path: root/converters/ruby-unf/Makefile
blob: 52e06c0b5654a3541d27af15140b67a176c1e452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.7 2017/07/30 22:32:10 wiz Exp $

DISTNAME=	unf-0.1.4
CATEGORIES=	converters

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/knu/ruby-unf
COMMENT=	Wrapper library to bring Unicode Normalization Form support
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-unf_ext>=0.0.3:../../converters/ruby-unf_ext

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"