# $Id: $
PortSystem		1.0
name 			sllib
version			1.1.0a
revision		0
maintainers		hirokimac@users.sourceforge.jp
description		SLLIB (Script-Like C-language Library) is a library to append script-like APIs to C language. 
long_description	SLLIB (Script-Like C-language Library) is a library to append script-like APIs to C language. Using this library, you can handle various streams (e.g., gzip, bzip2, http, ftp, etc.) by learning few APIs, and (associative) array of string can be easily used like Perl. 
homepage		http://www.ir.isas.jaxa.jp/~cyamauch/sli/index.html
master_sites		http://www.ir.isas.jaxa.jp/~cyamauch/sli/
distname		${name}-${version}
worksrcdir    ${name}-${version}
extract.suffix	.tar.gz
checksums		md5 e21dfaf374a331a3805fc43d83ae236a
platforms		darwin
use_parallel_build no
categories 		lang
license		MIT or GPL

depends_lib 		port:zlib	port:bzip2  port:ncurses  port:readline



