# Created by:	martin@sugioarto.com
# $FreeBSD: tags/RELEASE_11_0_0/databases/hs-hedis/Makefile 394918 2015-08-20 23:02:14Z pgj $

PORTNAME=	hedis
PORTVERSION=	0.6.9
CATEGORIES=	databases haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Client library for the Redis datastore

LICENSE=	BSD3CLAUSE

USE_CABAL=	attoparsec>=0.12 BoundedChan>=1.0 bytestring-lexing>=0.5 \
		mtl>=2 network>=2 resource-pool>=0.2 vector>=0.9

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
