forked from Lainports/opnsense-ports
16 lines
410 B
Makefile
16 lines
410 B
Makefile
# $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>
|