Prune devel/py-EnthoughtBase
[dports.git] / devel / hs-unordered-containers / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       unordered-containers
4 PORTVERSION=    0.2.5.1
5 CATEGORIES=     devel haskell
6
7 MAINTAINER=     haskell@FreeBSD.org
8 COMMENT=        Efficient hashing-based container types
9
10 LICENSE=        BSD3CLAUSE
11
12 USE_CABAL=      hashable>=1.0.1.1
13
14 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
15 .include <bsd.port.mk>