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

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

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

LICENSE=	BSD

USE_CABAL=	hashable>=1.0 text>=0.3

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