freebsd-ports/textproc/rubygem-unf/Makefile
2012-06-10 03:01:59 +00:00

21 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.5
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>