freebsd-ports/devel/rubygem-csv/Makefile
Sunpoet Po-Chuan Hsieh d54bb28934 Add rubygem-csv 3.1.2
This library provides a complete interface to CSV files and data. It offers
tools to enable you to read and write to and from Strings or IO objects, as
needed.

WWW: https://github.com/ruby/csv
2019-12-28 06:55:50 +00:00

20 lines
336 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= csv
PORTVERSION= 3.1.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Interface to CSV files and data
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>