summaryrefslogtreecommitdiffstats
path: root/textproc/ruby-csv/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-02-23 16:40:25 +0000
committerknu <knu@FreeBSD.org>2001-02-23 16:40:25 +0000
commit977b56c162941dd0116cff9f3071e9018fe6544c (patch)
treef1429907ef57bb30c6ca8ac298efdfe741957ae6 /textproc/ruby-csv/Makefile
parenta3b59cd511005f60a2dd607877cc12f205dd9af0 (diff)
downloadFreeBSD-ports-977b56c162941dd0116cff9f3071e9018fe6544c.zip
FreeBSD-ports-977b56c162941dd0116cff9f3071e9018fe6544c.tar.gz
Add ruby-csv, Ruby library to parse or generate data in CSV format.
Submitted by: Yarema <yds@dppl.com>
Diffstat (limited to 'textproc/ruby-csv/Makefile')
-rw-r--r--textproc/ruby-csv/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/textproc/ruby-csv/Makefile b/textproc/ruby-csv/Makefile
new file mode 100644
index 0000000..3f26dfc
--- /dev/null
+++ b/textproc/ruby-csv/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: ruby-csv
+# Date created: 18 Feb 2001
+# Whom: Yarema <yds@dppl.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= csv
+PORTVERSION= 1.0.0
+CATEGORIES= textproc ruby
+MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/CSV/
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_RUBY= yes
+
+NO_BUILD= yes
+
+MODULES= csv.rb
+
+do-install:
+.for f in ${MODULES}
+ ${INSTALL_DATA} ${WRKSRC}/lib/${f} ${RUBY_SITELIBDIR}
+.endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${RUBY_DOCDIR}/csv
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_DOCDIR}/csv
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud