19 lines
399 B
Makefile
19 lines
399 B
Makefile
# Ports collection makefile for: rubygem-unf_ext
|
|
# Date created: 31 Mar 2012
|
|
# Whom: MIHIRA Yoshiro <sanpei@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= unf_ext
|
|
PORTVERSION= 0.0.5
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Unicode Normalization Form support library for CRuby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|