/sysutils/dtc/

cgit logo index : freebsd-ports
FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogblamecommitdiffstats
path: root/devel/hs-hashtables/Makefile
blob: 50ac0a9b329580878d76867b863b7ac97d714b4a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
           

                          
                       
                 







                                                   
 
                                                        


                                                 
# $FreeBSD$

PORTNAME=   hashtables
PORTVERSION=    1.0.1.8
PORTREVISION=   1
CATEGORIES= devel haskell

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

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  hashable>=1.1 primitive>=0.4 vector>=0.7

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