Ticket #22411: Portfile.diff
File Portfile.diff, 1.1 KB (added by adfernandes (Andrew Fernandes), 15 years ago) |
---|
-
Portfile
4 4 PortGroup python26 1.0 5 5 6 6 name py26-cheetah 7 version 2. 0.17 version 2.4.0 8 8 categories python www 9 9 platforms darwin 10 10 maintainers nomaintainer … … 17 17 expected to be its principle user group. 18 18 19 19 homepage http://www.cheetahtemplate.org/ 20 master_sites sourceforge:cheetahtemplate20 master_sites http://pypi.python.org/packages/source/C/Cheetah/ 21 21 distname Cheetah-${version} 22 checksums md5 7845a2950ea850a13c488a26b61ac50a\23 sha1 6c1aab90bf2d34f3f72998c96ff2767d870a5e7d \24 rmd160 9e8ef0afc4eabd1349e4228f5ad78551f7bddbe422 checksums md5 873f5440676355512f176fc4ac01011e \ 23 sha1 a5597f53413294f7894a2dec5576216c2182e2ed \ 24 rmd160 10d791aa84509ecdf900ec2946138c5ad243de5a 25 25 26 26 27 27 post-destroot { 28 xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE READMETODO \28 xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE TODO \ 29 29 ${destroot}${prefix}/share/doc/${name} 30 30 ln -s ${python.prefix}/bin/cheetah ${destroot}${prefix}/bin/cheetah-2.6 31 31 ln -s ${python.prefix}/bin/cheetah-compile \