Changeset View
Changeset View
Standalone View
Standalone View
head/databases/hs-persistent-sqlite/Makefile
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= persistent-sqlite | PORTNAME= persistent-sqlite | ||||
PORTVERSION= 2.8.1.2 | PORTVERSION= 2.9.1 | ||||
PORTREVISION= 1 | PORTREVISION= 1 | ||||
CATEGORIES= databases haskell | CATEGORIES= databases haskell | ||||
MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
COMMENT= Backend for the persistent library using sqlite3 | COMMENT= Backend for the persistent library using sqlite3 | ||||
LICENSE= MIT | LICENSE= MIT | ||||
USE_CABAL= aeson conduit microlens-th monad-control monad-logger \ | USE_CABAL= aeson conduit microlens-th monad-control monad-logger \ | ||||
old-locale persistent resource-pool resourcet \ | old-locale persistent resource-pool resourcet \ | ||||
unordered-containers | unordered-containers | ||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |