# $Id: Portfile 64959 2010-03-18 14:25:07Z gwright@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	NewBinary 0.2.1
name		hs-NewBinary
maintainers	nomaintainer
platforms	darwin

description	A binary I/O library for haskell
long_description	\
	An older binary serialization library used by a number of	\
	haskell projects. For new projects consider an alternative	\
	such hs-binary. 

checksums	md5     2a33134b9fc1a2cb9a6651f5b44fb964 \
		sha1    5933bc1fa9c8aa808a08b4f7c04343aeabdff1eb \
		rmd160  9759812bb309083f05fac9b1472572cbecd72f78

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

