aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-case-insensitive/Makefile
blob: d27d846d5fd03b2d634b4267450e9b3e43644cf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=	case-insensitive
PORTVERSION=	1.2.0.4
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>