aboutsummaryrefslogblamecommitdiff
path: root/databases/hs-persistent-template/Makefile
blob: 9aa60ba48c2a5f135c83edf07efa1a1155af410b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           

                                   
                     
                 




                                                                    
                   
 
                                                                             
                                                                  


                                                 
# $FreeBSD$

PORTNAME=	persistent-template
PORTVERSION=	2.5.4
PORTREVISION=	1
CATEGORIES=	databases haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Type-safe, non-relational, multi-backend persistence

LICENSE=	MIT

USE_CABAL=	aeson aeson-compat http-api-data monad-control monad-logger \
		path-pieces persistent tagged unordered-containers

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