Ticket #33427: Portfile

File Portfile, 1.3 KB (added by jauji.lin@…, 12 years ago)

py27-cherrypy3 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: Portfile 00001 2012-03-01 14:18:34
3
4PortSystem          1.0
5PortGroup           python27 1.0
6
7name                py27-cherrypy3
8conflicts           py27-cherrypy
9version             3.2.2
10categories          python www
11maintainers         gmail.com:jauji.lin
12license             BSD
13supported_archs     noarch
14
15description         Object-Oriented HTTP framework
16long_description    CherryPy is a pythonic, object-oriented web \
17                    development framework. CherryPy allows developers \
18                    to build web applications in much the same way \
19                    they would build any other object-oriented Python \
20                    program. This usually results in smaller source \
21                    code developed in less time.
22platforms           darwin
23homepage            http://www.cherrypy.org/
24master_sites        http://download.cherrypy.org/cherrypy/${version}/
25distname            CherryPy-${version}
26
27checksums           sha1    ad47d2d9c2c68231f0ea1b09ffb2927f42a493b6 \
28                    rmd160  b391c6865d04797464a8d124fd812d1602e1fbb9
29
30livecheck.type      regex
31livecheck.url       ${homepage}wiki/CherryPyDownload
32livecheck.regex     {cherrypy/([0-9.]+)/}