aboutsummaryrefslogblamecommitdiff
path: root/databases/hs-persistent-sqlite/Makefile
blob: 008a91479cee5f642d4087d5c3d063494d3bb1e0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
           

                                 
                       
                 






                                                                
                                                                       
                                                               
                                    


                                                 
# $FreeBSD$

PORTNAME=	persistent-sqlite
PORTVERSION=	2.8.1.2
PORTREVISION=	1
CATEGORIES=	databases haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Backend for the persistent library using sqlite3

LICENSE=	MIT

USE_CABAL=	aeson conduit microlens-th monad-control monad-logger \
		old-locale persistent resource-pool resourcet \
		unordered-containers

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