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

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	editline 0.2.1.0
name		hs-platform-editline
maintainers	nomaintainer
platforms	darwin

description	Bindings to the editline library (libedit).
long_description	\
	This package contains bindings to the BSD editline library	\
	(<http://www.thrysoee.dk/editline/>).				\
	It provides a basic interface to the editline API for		\
	reading lines of input from the user.				\
									\
	Additionally, a readline compatibility module is included	\
	which provides a subset of the functions from the		\
	readline package.

checksums	md5     fa57f434e538bb32bbfa97aface34358 \
		sha1    e587dde85dd671ea3e0480eea67af874e04babad \
		rmd160  6bfb4421abca820cd7b777900da17dff2d54a214

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

