opnsense-ports/databases/hs-persistent-template/Makefile
Franco Fichtner cdf9952906 */*: sync with upstream
Taken from: HardenedBSD
2017-08-09 06:23:35 +02:00

16 lines
407 B
Makefile

# $FreeBSD$
PORTNAME= persistent-template
PORTVERSION= 2.5.2
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 text unordered-containers
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>