Ticket #29209: Portfile

File Portfile, 1.1 KB (added by astrofitz (Michael Fitzgerald), 13 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-beaker
8version             1.5.4
9categories-append   www
10maintainers         openmaintainer stechert akitada
11supported_archs     noarch
12
13description         Session WSGI Middleware
14long_description    Beaker is a simple WSGI middleware to use the \
15                    Myghty Container API.
16
17platforms           darwin
18
19homepage            http://beaker.groovie.org
20master_sites        http://cheeseshop.python.org/packages/source/B/Beaker/
21distname            Beaker-${version}
22
23depends_lib         port:py27-distribute
24
25checksums           md5     de84e7511119dc0b8eb4ac177d3e2512 \
26                    sha1    72a696854e36e2ea92f4535209e4538baf06caa0 \
27                    rmd160  a60e052a362a6fbf0d3564caaff625879fdef37f
28
29livecheck.type      regex
30livecheck.url       ${master_sites}
31livecheck.regex     "Beaker-(\\d+(?:\\.\\d+)*)${extract.suffix}"