freebsd-ports/databases/hs-hedis/Makefile
Gabor Pali 816aa09f51 - Add Haskell API and bindings for Redis:
devel/hs-BoundedChan        Channels with bounded sizes
  devel/hs-bytestring-lexing  Parse and produce literals from bytestrings
  databases/hs-hedis          Haskell API for Redis

PR:		194299
Submitted by:	martin@sugioarto.com
Obtained from:	FreeBSD Haskell
2014-11-10 22:09:03 +00:00

17 lines
398 B
Makefile

# Created by: martin@sugioarto.com
# $FreeBSD$
PORTNAME= hedis
PORTVERSION= 0.6.5
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Haskell API for Redis
LICENSE= BSD3CLAUSE
USE_CABAL= attoparsec>=0.10 BoundedChan>=1.0 bytestring-lexing>=0.4 \
mtl>=2.0 network>=2.0 resource-pool>=0.2 vector>=0.9
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>