# -*- 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           python 1.0

name                py-gchartwrapper
version             0.9
categories-append   www
platforms           darwin
license             BSD
maintainers         nomaintainer

description         Easily create Google charts using Python syntax \
                    and data objects.
long_description    Python wrapper for the Google Chart API. The \
                    wrapper can render the URL of the Google chart, \
                    based on your parameters, or it can render an HTML \
                    img tag to insert into webpages on the fly. Made \
                    for dynamic python websites (Django, Zope, CGI, \
                    etc.) that need on the fly chart generation \
                    without any extra modules.
homepage            https://code.google.com/p/google-chartwrapper/

supported_archs     noarch

master_sites        googlecode:google-chartwrapper
distname            GChartWrapper-${version}
checksums           md5     475333f3d592a48ab95ea31469435484 \
                    sha1    94cf8a8cf8cae0457a517deadef8d60738a0c450 \
                    rmd160  9bd30093dc66676d4abee2b55dd45cf3505fd4e3

python.versions     27

if {${name} ne ${subport}} {
    livecheck.type      none
}
