Ticket #28522: Portfile

File Portfile, 963 bytes (added by wmiler@…, 13 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup python27 1.0
5
6name                    py27-cheetah
7version                 2.4.4
8categories              python www
9platforms               darwin
10maintainers             nomaintainer
11description             Cheetah is a Python-powered template engine and code generator
12long_description        Cheetah is a Python-powered template engine and code \
13                                generator. It can be used as a standalone utility or \
14                                it can be combined with other tools. Cheetah has many \
15                                potential uses, but web developers looking for a \
16                                viable alternative to ASP, JSP, PHP and PSP are \
17                                expected to be its principle user group.
18
19homepage                http://www.cheetahtemplate.org/
20master_sites            http://pypi.python.org/packages/source/C/Cheetah/
21distname                Cheetah-${version}
22checksums               md5 853917116e731afbc8c8a43c37e6ddba
23
24post-destroot {
25        xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE TODO \
26                ${destroot}${prefix}/share/doc/${name}
27}
28
29livecheck.type  regex
30livecheck.url   ${homepage}
31livecheck.regex >Cheetah\ (\[0-9\.rc\]+)<