mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
20 lines
355 B
Makefile
20 lines
355 B
Makefile
PORTNAME= csv
|
|
PORTVERSION= 3.3.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Interface to CSV files and data
|
|
WWW= https://github.com/ruby/csv
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/csv-filter
|
|
|
|
.include <bsd.port.mk>
|