opnsense-ports/databases/hs-persistent-template/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

16 lines
404 B
Makefile

# $FreeBSD$
PORTNAME= persistent-template
PORTVERSION= 2.1.3.4
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Type-safe, non-relational, multi-backend persistence
LICENSE= MIT
USE_CABAL= aeson>=0.7 monad-control>=0.2 monad-logger path-pieces \
persistent>=2.1.3 tagged text>=0.5 unordered-containers
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>