Update devel/hs-hashable to version 1.1.2.5_3,1
[dports.git] / devel / hs-hashable / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       hashable
4 PORTVERSION=    1.1.2.5
5 PORTREVISION=   3
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>