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

PORTNAME=   persistent
PORTVERSION=    1.0.2.2
CATEGORIES= databases haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Type-safe, multi-backend data serialization

LICENSE=    MIT

USE_CABAL=  aeson>=0.5 attoparsec base64-bytestring blaze-html>=0.5 \
        blaze-markup>=0.5.1 conduit>=0.5 lifted-base>=0.1 \
        monad-control>=0.3 monad-logger>=0.2.1 path-pieces>=0.1 \
        pool-conduit>=0.1 resourcet>=0.3 text>=0.8 transformers>=0.2.1 \
        transformers-base unordered-containers vector

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