1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/hs-hlint/Makefile

20 lines
360 B
Makefile

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