summaryrefslogtreecommitdiffstats
path: root/databases/hs-persistent-sqlite/Makefile
blob: 13c35c16216034dde5163667e105ff6fac0bf06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	persistent-sqlite
PORTVERSION=	1.1.2
CATEGORIES=	databases haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Backend for the persistent library using sqlite3

LICENSE=	MIT

USE_CABAL=	aeson>=0.5 conduit>=0.5.3 monad-control>=0.2 persistent>=1.1.2 \
		text>=0.7 transformers>=0.2.1

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