# $Id: Portfile 64796 2010-03-15 19:48:53Z gwright@macports.org $

PortSystem 1.0

PortGroup	haskell 1.0
haskell.setup	Crypto 4.2.1
name		hs-Crypto
maintainers	nomaintainer
platforms	darwin

description	The Haskell Cryptographic Library.
long_description	\
		The Haskell Cryptographic Library collects together	\
		existing Haskell cryptographic functions into one	\
		cabalized package, together with HUnit tests,		\
		QuickCheck property tests, examples showing how to	\
		interwork with other cryptographic implementations	\
		and examples showing how to handle other ASN.1 definitions.

checksums	md5     ac62cbabb51710c42643a3a3fee83c4c \
		sha1    be675ef466b035855aef028f7b3a7f9dc5c021e0 \
		rmd160  ec114f02fae4c28be2b78e117cd6fca50685c9e5

universal_variant	no

depends_lib	port:hs-platform-HUnit		\
		port:hs-QuickCheck

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

build.args-append	-v

