Update mail/geary to version 0.10.0
[dports.git] / textproc / rubygem-unf / Makefile
1 # Created by: MIHIRA Yoshiro <sanpei@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       unf
5 PORTVERSION=    0.1.4
6 CATEGORIES=     textproc rubygems
7 MASTER_SITES=   RG
8
9 MAINTAINER=     ruby@FreeBSD.org
10 COMMENT=        Wrapper library to bring Unicode Normalization Form support
11
12 RUN_DEPENDS=    rubygem-unf_ext>=0:${PORTSDIR}/textproc/rubygem-unf_ext
13
14 USE_RUBY=       yes
15 USE_RUBYGEMS=   yes
16 RUBYGEM_AUTOPLIST=      yes
17
18 .include <bsd.port.mk>