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

PORTNAME=   persistent-template
PORTVERSION=    1.0.0.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 persistent>=1.0 text>=0.5 \
        transformers>=0.2

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