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

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	zlib 0.5.0.0
name		hs-platform-zlib
maintainers	nomaintainer
platforms	darwin

description	The Haskell Zlib Binding
long_description	\
		Haskell bindings to the Zlib library for compression \
                and decompression in gzip and zlib format.  The library \
		acts directly on ByteString values.

checksums	md5     22fa6d394c42c8584b234799b923f860 \
		sha1    4a93e727a408754baf6ede0ed721863eb4ea0df2 \
		rmd160  0ba0769d78b83b05726b15be55b10168db7d59bb

depends_lib	port:ghc	\
		port:zlib

universal_variant	no

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

build.args-append	-v

livecheck.type	none

