Ticket #13431: py.Portfile.diff
File py.Portfile.diff, 1.3 KB (added by ebgssth@…, 17 years ago) |
---|
-
Portfile
4 4 PortGroup python24 1.0 5 5 6 6 name py-django-devel 7 version 0.96 7 version 0.96.1 8 8 revision 1 9 9 categories python www 10 10 platforms darwin … … 15 15 encourages rapid development and clean, pragmatic \ 16 16 design. 17 17 18 master_sites http://media.djangoproject.com/releases/ ${version}/18 master_sites http://media.djangoproject.com/releases/0.96/ 19 19 distname Django-${version} 20 checksums md5 b4aedad1e90dd38d58ff9fc756180c7d\21 sha1 8 870e0946ffe33a78293616d89b640fa58c6fe33\22 rmd160 2ca030a75c7b11fcc3507ad929d8a9884c0fad3e20 checksums md5 10aa32e58969c4efeb00ef42ba192b17 \ 21 sha1 85270f857ff405983cae9a1ef76dfb3303ca6eec \ 22 rmd160 1bd8fcceab101f80560bb4aa8a4851c204f3918b 23 23 24 24 depends_lib-append port:py-setuptools 25 25 … … 31 31 file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}/examples 32 32 } 33 33 34