16 lines
404 B
Makefile
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>
|