# $Id: Portfile 65849 2010-04-02 03:49:11Z ryandesign@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	HUnit 1.2.0.3
name		hs-platform-HUnit
maintainers	nomaintainer
platforms	darwin

description	A unit testing framework for Haskell
long_description	\
	HUnit is a unit testing framework for Haskell, inspired by the	\
	JUnit tool for Java, see: <http://www.junit.org>.
 
checksums	md5     948b5b20ff22fa81c6390b08d6af5104		\
		sha1    558793b852d3c0e0f2025b60b4b165a80ba34dea	\
		rmd160  9c3ff1c8d086cb9aff7d27b558964ce931247c1b

depends_lib	port:ghc

universal_variant	no

configure.args-append	-v --enable-library-profiling	\
			--with-gcc=${configure.cc}

build.args-append	-v

livecheck.type	none

