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

PORTNAME=   persistent-template
PORTVERSION=    1.3.1.4
PORTREVISION=   1
CATEGORIES= databases haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Type-safe, non-relational, multi-backend persistence

LICENSE=    MIT

USE_CABAL=  aeson monad-control>=0.2 monad-logger persistent>=1.3 \
        text>=0.5 unordered-containers

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