opnsense-ports/textproc/hs-case-insensitive/Makefile
Franco Fichtner 380121386c */*: sync with upstream
Taken from: FreeBSD
2015-08-21 10:51:02 +02:00

15 lines
298 B
Makefile

# $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>