Ticket #19093: Portfile

File Portfile, 1.3 KB (added by steenzout (Pedro Salgado), 15 years ago)

PortFile

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$
3
4PortSystem                      1.0
5PortGroup                       python25 1.0
6
7name                            py25-flup
8version                         1.0.1
9categories                      python www
10maintainers                     openmaintainer
11platforms                       darwin
12
13description                     Flup is a random collection of WSGI servers and middleware.
14long_description                Flup offer three sets of WSGI \
15                                servers/gateways, which speak AJP 1.3, \
16                                FastCGI, and SCGI. Each server comes in two \
17                                flavors: a threaded version, and a forking \
18                                version.
19
20homepage                        http://www.saddi.com/software/flup
21master_sites                    http://www.saddi.com/software/flup/dist/
22
23distname                        flup-${version}
24worksrcdir                      flup-${version}
25
26checksums                       md5 414181781fb0923f884a38503e8e56da \
27                                sha1 22f57848e06d00cafbd056235d49c3a4a4cdc6f9 \
28                                rmd160 f46cc4f03a2a64abbff454b879c4e84d267318b6