17 lines
411 B
Makefile
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>
|