# $Id: Portfile 137 2009-06-18 14:18:02Z kimuraw $

PortSystem	1.0

name 		ypsilon
version		0.9.6.update3
categories	lang scheme
maintainers	vvakame@gmail.com

description	The implementation of R6RS Scheme Programming Language for real-time applications.
long_description    Ypsilon is the implementation of Scheme Programming Language, \
                    which conforms to the latest standard R6RS. \
                    It achieves a remarkably short GC pause time and \
                    the best performance in parallel execution as it \
                    implements \"mostly concurrent garbage collection\", \
                    which is optimized for the multi-core CPU system.

platforms	    darwin
homepage	    http://code.google.com/p/ypsilon/
master_sites	    http://ypsilon.googlecode.com/files/
checksums	    sha1 ee76b90e5a086755867075039ffe478e6b067995

use_configure	    no
build.args	    PREFIX=${prefix}

destroot.args	    DESTDIR=${destroot} PREFIX=${prefix}

test.run	    yes
test.target	    check
