aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hashtables/Makefile
blob: 2a0461743df277acef8027a26ace0c0595214c52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   hashtables
PORTVERSION=    1.2.0.2
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Mutable hash tables in the ST monad

LICENSE=    BSD3CLAUSE

USE_CABAL=  hashable>=1.1 primitive vector>=0.7

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