# $Id: Portfile 32592 2008-01-08 21:42:49Z erickt@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-django-devel version 0.96.1 revision 1 categories python www platforms darwin maintainers deric@caveo.se erickt@macports.org homepage http://www.djangoproject.com description Django is a high-level Python Web framework long_description Django is a high-level Python Web framework that \ encourages rapid development and clean, pragmatic \ design. master_sites http://media.djangoproject.com/releases/0.96/ distname Django-${version} checksums md5 10aa32e58969c4efeb00ef42ba192b17 \ sha1 85270f857ff405983cae9a1ef76dfb3303ca6eec \ rmd160 1bd8fcceab101f80560bb4aa8a4851c204f3918b depends_lib-append port:py-setuptools post-destroot { xinstall -m 644 -W ${worksrcpath} AUTHORS INSTALL LICENSE README \ ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}/docs file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}/examples }