opnsense-ports/textproc/hs-case-insensitive/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

16 lines
305 B
Makefile

# $FreeBSD$
PORTNAME= case-insensitive
PORTVERSION= 1.2.0.11
PORTREVISION= 1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Case-insensitive string comparison
LICENSE= BSD3CLAUSE
USE_CABAL= hashable>=1.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>