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

PORTNAME=   persistent-template
PORTVERSION=    1.2.0
PORTREVISION=   2
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.2 \
        text>=0.5 transformers>=0.2

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