# $Id: Portfile 78632 2011-05-14 22:50:58Z ryandesign@macports.org $

PortSystem 1.0

name		macportsscripts
version		dev
platforms	darwin
categories	sysutils 
maintainers	phw openmaintainer
description	Various scripts to work with macports

homepage	http://yum.baseurl.org/
fetch.type 	git
git.url 	git://github.com/derphilipp/macportsscripts.git

use_configure	no
build 	{}

destroot {
	    xinstall -d -m 755 ${destroot}${prefix}/bin
	    eval xinstall -m 755 [glob ${worksrcpath}/*] ${destroot}${prefix}/bin
}

livecheck.type	none
