# $Id: Portfile,v 1.8 2006/05/27 19:15:59 gwright Exp $ PortSystem 1.0 name hugs98 version plus-Sep2006 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-09/ checksums md5 e03e0ad79750d037237c47ebe33fa20e 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 }