aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-hedis/Makefile
blob: 25d3d982036045500cd82ac6bd59ed26a294e1a0 (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.9.8
PORTREVISION=	1
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>