# $Id: Portfile 63036 2010-01-24 10:43:40Z jmr@macports.org $

PortSystem			1.0
PortGroup			python26 1.0

name				py26-pastescript
version				1.7.3
categories-append		www
maintainers			nomaintainer
description			Paste Script is a pluggable command-line \
				frontend, to the Paste system.
long_description		${description}

platforms			darwin

homepage			http://pythonpaste.org/paste/
master_sites			http://cheeseshop.python.org/packages/source/P/PasteScript/
distname			PasteScript-${version}

checksums			md5     9101a3a23809d3413b39ba8b75dd0bce \
				sha1    32c007a1d0b0916c30d02dae188bb0fcd04d0326 \
				rmd160  e8e89b9e7c69231156f4208ea7cfefc92c6b22ab

depends_lib			port:py26-cheetah

post-destroot {
	foreach f [glob -directory ${worksrcpath}/docs *] {
		copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
	}
}
