# $FreeBSD: head/textproc/hs-case-insensitive/Makefile 461362 2018-02-10 08:03:22Z tcberner $

PORTNAME=	case-insensitive
PORTVERSION=	1.2.0.10
PORTREVISION=	1
CATEGORIES=	textproc haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Case-insensitive string comparison

LICENSE=	BSD3CLAUSE

USE_CABAL=	hashable>=1.0 text>=0.3

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