summaryrefslogtreecommitdiff
path: root/textproc/py-csvkit/Makefile
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2016-07-04 16:48:15 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2016-07-04 16:48:15 +0000
commit2a9370815fec7f557e64149af832a65548e885a9 (patch)
treec8fcfeaaeb822fb09c41c77f7efd70e2f753a7b8 /textproc/py-csvkit/Makefile
parentdevel/pragmarcs: Upgrade version 20160427 => 20160627 (diff)
csvkit is a suite of command-line tools for converting to and working
with CSV, the king of tabular file formats.
Notes
Notes: svn path=/head/; revision=418044
Diffstat (limited to 'textproc/py-csvkit/Makefile')
-rw-r--r--textproc/py-csvkit/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/py-csvkit/Makefile b/textproc/py-csvkit/Makefile
new file mode 100644
index 000000000000..a15e6a84029d
--- /dev/null
+++ b/textproc/py-csvkit/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= csvkit
+PORTVERSION= 0.9.1
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= matthew@FreeBSD.org
+COMMENT= Command line tools for working with CSV
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate-dbf>=0.1.0:textproc/py-agate-dbf \
+ ${PYTHON_PKGNAMEPREFIX}agate-excel>=0.1.0:textproc/py-agate-excel \
+ ${PYTHON_PKGNAMEPREFIX}agate>=1.2.2:textproc/py-agate \
+ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.2:devel/py-dateutil \
+ ${PYTHON_PKGNAMEPREFIX}dbf>0.94.003:textproc/py-dbf \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy09>=0.9.3:databases/py-sqlalchemy09
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>