freebsd-ports/textproc/rubygem-unf/Makefile
MIHIRA Sanpei Yoshiro 8b5f2b1ca8 This is a wrapper library to bring Unicode Normalization Form support
to Ruby/JRuby.

Reviewed by:	swills
2012-04-15 13:31:03 +00:00

22 lines
468 B
Makefile

# Ports collection makefile for: rubygem-unf
# Date created: 31 Mar 2012
# Whom: MIHIRA Yoshiro <sanpei@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= unf
PORTVERSION= 0.0.3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Wrapper library to bring Unicode Normalization Form support
RUN_DEPENDS= rubygem-unf_ext>=0:${PORTSDIR}/textproc/rubygem-unf_ext
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>