# -*- 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 49164 2009-04-04 21:27:04Z akitada@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-cherrypy3
version             3.1.1
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 3a37c6eae833324897f298191ff11ae2 \
                    sha1 0a8aace00ea28adc05edd41e20dd910042e6d265 \
                    rmd160 1d5975ade0b511ad5f116c398938c87ce38d323f
