aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hlint/Makefile
blob: ae01f7701456c0e0fbd7e5cc3976e89041194e99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   hlint
PORTVERSION=    1.8.45
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Source code suggestions

LICENSE=    BSD

USE_CABAL=  cpphs>=1.11 haskell-src-exts>=1.11 hscolour>=1.17 \
        transformers>=0.0 uniplate>=1.5

EXECUTABLE= hlint

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