aboutsummaryrefslogtreecommitdiff
path: root/databases/hs-esqueleto/Makefile
blob: edb2a6b10254f14bb5b41f2c435dfc349bc72c5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	esqueleto
PORTVERSION=	1.4.4
PORTREVISION=	1
CATEGORIES=	databases haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Type-safe EDSL for SQL queries on persistent backends

LICENSE=	BSD3CLAUSE

USE_CABAL=	conduit>=1.1 monad-logger persistent>=1.3 resourcet \
		tagged>=0.2 text>=0.11 unordered-containers>=0.2

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