opnsense-ports/databases/hs-hedis/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

17 lines
411 B
Makefile

# Created by: martin@sugioarto.com
# $FreeBSD$
PORTNAME= hedis
PORTVERSION= 0.6.9
CATEGORIES= databases haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Client library for the Redis datastore
LICENSE= BSD3CLAUSE
USE_CABAL= attoparsec>=0.12 BoundedChan>=1.0 bytestring-lexing>=0.5 \
mtl>=2 network>=2 resource-pool>=0.2 vector>=0.9
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>