blob: 0933149266ecc05583993daf8f41934ebcfe54a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: hs-case-insensitive
# Date created: May 24, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= case-insensitive
PORTVERSION= 0.4.0.1
PORTREVISION= 2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Case insensitive string comparison
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= hashable>=1.0 text>=0.3
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|