# $Id: Portfile 103593 2013-03-02 13:31:14Z jmr@macports.org $

PortSystem 1.0

name		webjob
version		1.4.0
description	Download and run applications over http/https.
long_description 	WebJob downloads a program or script from a \
			remote WebJob server and executes it in one \
			unified operation.
maintainers	nomaintainer
categories	sysutils
license		BSD Apache-1
platforms	darwin
homepage	http://${name}.sf.net
master_sites	sourceforge
extract.suffix	.tgz
checksums	md5 7fd5a78128fcd7bb6a793c73f77eb31d
destroot.destdir	prefix=${destroot}${prefix}
post-destroot {
	file rename ${destroot}${prefix}/man/man1/webjob.1 ${destroot}${prefix}/share/man/man1/
}
