# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 60269 2009-11-07 19:03:54Z adfernandes@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-cherrypy3
version             3.1.2
categories          python www
maintainers         akitada openmaintainer
description         Object-Oriented HTTP framework
long_description    CherryPy is a pythonic, object-oriented web \
                    development framework. CherryPy allows developers \
                    to build web applications in much the same way \
                    they would build any other object-oriented Python \
                    program. This usually results in smaller source \
                    code developed in less time.
platforms           darwin
homepage            http://www.cherrypy.org/
master_sites        http://download.cherrypy.org/cherrypy/${version}/
distname            CherryPy-${version}
checksums           md5 15c60b3a91886b9a304d366fba93669c \
                    sha1 a94aedfd0e675858dbcc32dd250c23d285ee9b88 \
                    rmd160 43a34bc7454da21b597c60124ff0fc61b8dc3e31
