mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
18 lines
326 B
Makefile
18 lines
326 B
Makefile
PORTNAME= csv
|
|
PORTVERSION= 3.3.2
|
|
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
|
|
|
|
.include <bsd.port.mk>
|