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

PORTNAME=   esqueleto
PORTVERSION=    2.4.1
CATEGORIES= databases haskell

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

LICENSE=    BSD3CLAUSE

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

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