Iconv is a wrapper class for the UNIX 95 iconv() function family, which translates string between various encoding systems. WWW: https://github.com/ruby/iconv
20 lines
393 B
Makefile
20 lines
393 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iconv
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= converters rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= iconv wrapper library
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem iconv
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|