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

PORTNAME=	persistent-sqlite
PORTVERSION=	1.2.0
PORTREVISION=	3
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 \
		monad-logger>=0.2.4 persistent>=1.2 text>=0.7 \
		transformers>=0.2.1

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