Prune www/mod_log_config-st
[dports.git] / databases / hs-persistent-template / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       persistent-template
4 PORTVERSION=    2.1.3.4
5 CATEGORIES=     databases haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Type-safe, non-relational, multi-backend persistence
9
10 LICENSE=        MIT
11
12 USE_CABAL=      aeson>=0.7 monad-control>=0.2 monad-logger path-pieces \
13                 persistent>=2.1.3 tagged text>=0.5 unordered-containers
14
15 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
16 .include <bsd.port.mk>