# $Id: Portfile 66023 2010-04-05 03:44:35Z ryandesign@macports.org $

PortSystem 1.0

name			gauche-readline
set my_name		readline
version			0.1
revision		1
categories		devel scheme
platforms		darwin
maintainers		nomaintainer
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		${my_name}-${version}
extract.suffix	.tgz
checksums		sha1 ab96806c9f824feb083c0e44a93f46b6087cc791
patchfiles		patch-Makefile.diff

depends_build	port:gauche
depends_run		port:gauche

use_configure	no

livecheck.type	regex
livecheck.regex	${my_name}-(\[0-9.\]+)${extract.suffix}
