aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-bloomfilter/Makefile
blob: 796a913e5a4cf6b22e77571c1ae2c310a173cb4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

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>