freebsd-ports/net/rubygem-nkf/Makefile
Sunpoet Po-Chuan Hsieh b86306e56b Add rubygem-nkf 0.1.0
NKF is a Ruby Extension version of nkf (Network Kanji Filter). It converts the
first argument and returns converted result. Conversion details are specified by
flags as the first argument.

WWW: https://github.com/ruby/nkf
2021-01-03 20:02:51 +00:00

21 lines
376 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= nkf
PORTVERSION= 0.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby extension for Network Kanji Filter
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>