Changeset View
Changeset View
Standalone View
Standalone View
databases/hs-hedis/Makefile
| # Created by: martin@sugioarto.com | # Created by: martin@sugioarto.com | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= hedis | PORTNAME= hedis | ||||
| PORTVERSION= 0.9.8 | PORTVERSION= 0.10.1 | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= databases haskell | CATEGORIES= databases haskell | ||||
| MAINTAINER= haskell@FreeBSD.org | MAINTAINER= haskell@FreeBSD.org | ||||
| COMMENT= Client library for the Redis datastore | COMMENT= Client library for the Redis datastore | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| USE_CABAL= async bytestring-lexing mtl network resource-pool scanner stm \ | USE_CABAL= async bytestring-lexing errors HTTP mtl network network-uri \ | ||||
| text unordered-containers vector | resource-pool scanner unordered-containers vector | ||||
| .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||