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

PortSystem 1.0

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

description	A unit testing framework for Haskell (development version)
long_description	\
		HUnit is a unit testing framework for Haskell,		\
		inspired by the JUnit tool for Java.
 
checksums	md5     2634e94c27486f8e8feeb778f78c663f \
		sha1    3c270a723608b4c8b3cb1420f3f0c7c39dbe6a79 \
		rmd160  9b65f62acde0affa17cc8512bda2a9ffdefb4f13

universal_variant	no

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

build.args-append	-v
