# $FreeBSD: head/devel/hs-bloomfilter/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	bloomfilter
PORTVERSION=	2.0.1.0
PORTREVISION=	2
CATEGORIES=	devel haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Pure and impure Bloom Filter implementations

LICENSE=	BSD3CLAUSE

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