# $Id: Portfile 89716 2012-02-07 22:25:40Z jmr@macports.org $

PortSystem 1.0
PortGroup	haskell 1.0

haskell.setup	xhtml 3000.2.0.1
name		hs-platform-xhtml
license		BSD
maintainers	nomaintainer
platforms	darwin

description	An XHTML combinator library
long_description	\
	This package provides combinators for producing		\
	XHTML 1.0, including the Strict, Transitional and Frameset variants.

homepage	http://semantic.org/TimeLib/

checksums	md5     9e3e7d9c66618c5e29716f90e54363c9 \
		sha1    2dc5765491a12bed90a147221a626c7840e19944 \
		rmd160  96afa674a6049ee460257623308ff5fe1299b271

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
