a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23115 2007-03-25 17:38:24Z erickt@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-django-devel
version 0.96
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/${version}/
distname Django-${version}
checksums md5 b4aedad1e90dd38d58ff9fc756180c7d \
sha1 8870e0946ffe33a78293616d89b640fa58c6fe33 \
rmd160 2ca030a75c7b11fcc3507ad929d8a9884c0fad3e
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
}