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

PORTNAME=	hedis
PORTVERSION=	0.9.8
CATEGORIES=	databases haskell

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	async bytestring-lexing mtl network resource-pool scanner stm \
		text unordered-containers vector

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