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

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

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