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

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	regex-base 0.72.0.2
name		hs-platform-regex-base
maintainers	nomaintainer
platforms	darwin

description	A replacement for Haskell's Text.Regex
long_description	\
	Interface API for regex-posix, pcre, parsec, dfa

homepage	http://sourceforge.net/projects/lazy-regex

checksums	md5     f2eeb11fecaafaf903fc6211e19258ce \
		sha1    6e113b980462938a9821b0fe23a9f40b70c05cea \
		rmd160  d26b3fcb95bac459c9e52c0dbb0810ac002509c7

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

