Changeset View
Changeset View
Standalone View
Standalone View
head/databases/hs-hedis/Makefile
# Created by: martin@sugioarto.com | # Created by: martin@sugioarto.com | ||||
# $FreeBSD$ | # $FreeBSD$ | ||||
PORTNAME= hedis | PORTNAME= hedis | ||||
PORTVERSION= 0.10.1 | PORTVERSION= 0.10.1 | ||||
PORTREVISION= 2 | PORTREVISION= 3 | ||||
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 errors HTTP mtl network network-uri \ | USE_CABAL= async bytestring-lexing errors HTTP mtl network network-uri \ | ||||
resource-pool scanner 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> |