aboutsummaryrefslogblamecommitdiff
path: root/devel/hs-hlint/Makefile
blob: 51e5892608598b6e6d6b506477e233fe9ec09f13 (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                     
                     




                                       
                          
 
                                                                             
                                                                               




                                                 
# $FreeBSD$

PORTNAME=	hlint
PORTVERSION=	2.0.9
CATEGORIES=	devel haskell

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

LICENSE=	BSD3CLAUSE

USE_CABAL=	ansi-terminal>=0.6.2 cmdargs>=0.10 cpphs>=1.18.1 extra>=0.5 \
		haskell-src-exts>=1.16 hscolour>=1.21 refact uniplate>=1.5 yaml

EXECUTABLE=	hlint

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