# $Id: Portfile 42280 2008-11-18 01:04:30Z blb@macports.org $ PortSystem 1.0 PortGroup python25 1.0 name py25-django version 1.0.1 categories python www platforms darwin maintainers arthurkoziel.com:arthur 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/${version}/ distname Django-${version}-final checksums md5 441efb2f6609ac8f4fab651d4eb0c091 \ sha1 9e87cf5a337fcfe7059789a25b33186dcabb9148 \ rmd160 44deae94e1ccf09903252c5e6634b0e723cf5930 depends_lib-append port:py25-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 }