# $Id: Portfile,v 1.1 2006/05/06 16:21:48 mww Exp $

PortSystem 1.0

name			gauche-readline
version			0.1
categories		devel scheme
platforms		darwin
maintainers		mww@opendarwin.org
description		gauche-readline adds input line editing feature to Gauche
long_description	${description}

homepage		http://www.shiro.dreamhost.com/scheme/gauche/packages.html
master_sites	http://www.shiro.dreamhost.com/scheme/vault/
distname		readline-${version}
extract.suffix	.tgz
checksums		sha1 ab96806c9f824feb083c0e44a93f46b6087cc791
patchfiles		patch-Makefile

depends_build	port:gauche
depends_run		port:gauche

use_configure	no

