opnsense-ports/databases/hs-hedis/Makefile

19 lines
432 B
Makefile

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