Ticket #23638: Portfile

File Portfile, 1.3 KB (added by voldmar@…, 14 years ago)
Line 
1# -*- 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
2# $Id: Portfile 44419 2008-12-28 09:31:44Z akitada@macports.org $
3
4PortSystem          1.0
5PortGroup           python26 1.0
6
7name                py26-tornado
8version             0.2
9maintainers         nomaintainer
10description         The scalable, non-blocking web server written in Python
11long_description    Tornado is an open source version of the scalable, \
12                    non-blocking web server and tools that power FriendFeed. \
13                    The FriendFeed application is written using a web \
14                    framework that looks a bit like web.py or Google's webapp, \
15                    but with additional tools and optimizations to take \
16                    advantage of the underlying non-blocking infrastructure.
17platforms           darwin
18homepage            http://www.tornadoweb.org/
19master_sites        http://www.tornadoweb.org/static/
20distname            tornado-${version}
21checksums           md5 4704cbf8baab2562c1e648c76de87b60 \
22                    sha1 1b510e6299b093884ca15e7d2be254b81984a988 \
23                    rmd160 8509d76f4f40d16c3f578115661950d5f504b88e
24
25depends_lib         port:py26-curl \
26                    port:py26-simplejson
27