aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-hedis/Makefile
blob: 88b221f23571d1cbaf3a038dd8d0850f76e8d099 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by:	martin@sugioarto.com
# $FreeBSD$

PORTNAME=	hedis
PORTVERSION=	0.10.1
PORTREVISION=	3
CATEGORIES=	databases haskell

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	async bytestring-lexing errors HTTP mtl network network-uri \
		resource-pool scanner unordered-containers vector

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