# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      pure-csv 1.6
categories-append               devel
platforms                       darwin
maintainers                     {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
license                         BSD

description                     an interface to read and write comma \
                                separated value files in Pure

long_description                ${name} provides ${description}. The reading \
                                and writing functions are loosely based on \
                                Python’s CSV module

checksums                       rmd160  91db93bdee379b5290698faab12b7a7004bfcd97 \
                                sha256  fe7c4edebe8208c54d5792a9eefaeb28c4a58b9094d161a6dda8126f0823ab3c

depends_build-append            port:pkgconfig
