# $Id: Portfile,v 1.8 2006/05/27 19:15:59 gwright Exp $

PortSystem 1.0
name		hugs98
version		plus-May2006
revision	2
categories	lang
maintainers	gwright@opendarwin.org
platforms	darwin
description	The HUGS Haskell Interpreter
long_description	\
		Hugs 98 is a functional programming system based \
		on Haskell 98, the de facto standard for non-strict \
		functional programming languages. Hugs 98 provides an \
		almost complete implementation of Haskell 98.

homepage	http://www.haskell.org/hugs/
master_sites	http://cvs.haskell.org/Hugs/downloads/2006-05/

checksums	md5 b6989dee41f818f5052d9d46e3663726

depends_lib	lib:libreadline.5:readline

configure.env	LDFLAGS="-L${prefix}/lib"

platform darwin 6 { ui_msg "Hugs is not supported on Jaguar (10.2.x). Sorry."
		    exit 0
		}
