1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python27 1.0 |
---|
5 | |
---|
6 | name py27-cheetah |
---|
7 | version 2.4.4 |
---|
8 | categories python www |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | description Cheetah is a Python-powered template engine and code generator |
---|
12 | long_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 | |
---|
19 | homepage http://www.cheetahtemplate.org/ |
---|
20 | master_sites http://pypi.python.org/packages/source/C/Cheetah/ |
---|
21 | distname Cheetah-${version} |
---|
22 | checksums md5 853917116e731afbc8c8a43c37e6ddba |
---|
23 | |
---|
24 | post-destroot { |
---|
25 | xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE TODO \ |
---|
26 | ${destroot}${prefix}/share/doc/${name} |
---|
27 | } |
---|
28 | |
---|
29 | livecheck.type regex |
---|
30 | livecheck.url ${homepage} |
---|
31 | livecheck.regex >Cheetah\ (\[0-9\.rc\]+)< |
---|