Update devel/hs-hashable to version 1.1.2.5_2,1
[dports.git] / devel / hs-hashable / Makefile
1 # $FreeBSD: devel/hs-hashable/Makefile 339286 2014-01-09 21:32:12Z pgj $
2
3 PORTNAME=       hashable
4 PORTVERSION=    1.1.2.5
5 PORTREVISION=   2
6 PORTEPOCH=      1
7 CATEGORIES=     devel haskell
8
9 MAINTAINER=     haskell@FreeBSD.org
10 COMMENT=        Class for types that can be converted to a hash value
11
12 LICENSE=        BSD
13
14 USE_CABAL=      text>=0.11.0.5
15
16 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
17 .include <bsd.port.mk>