# $FreeBSD: head/security/hs-cryptohash-conduit/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	cryptohash-conduit
PORTVERSION=	0.1.1
PORTREVISION=	4
CATEGORIES=	security haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Cryptohash conduit

LICENSE=	BSD3CLAUSE

USE_CABAL=	conduit conduit-extra cryptohash resourcet

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
