diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-08-08 23:37:48 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-08-08 23:37:48 +0000 |
commit | 148d78635cb8099976b7c823a0719363c1480d1c (patch) | |
tree | 26aba2fe3a5f799c148bd852bf0a758c0c08549b /devel/hs-hlint | |
parent | 500bd51ad139ab20333610d0c5d999137b33efdc (diff) | |
download | ports-148d78635cb8099976b7c823a0719363c1480d1c.tar.gz ports-148d78635cb8099976b7c823a0719363c1480d1c.zip |
Notes
Diffstat (limited to 'devel/hs-hlint')
-rw-r--r-- | devel/hs-hlint/Makefile | 25 | ||||
-rw-r--r-- | devel/hs-hlint/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-hlint/pkg-descr | 3 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile new file mode 100644 index 000000000000..1e80abf04450 --- /dev/null +++ b/devel/hs-hlint/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: hs-hlint +# Date created: January 2, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= hlint +PORTVERSION= 1.8.30 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Source code suggestions + +LICENSE= GPLv2 + +CABAL_SETUP= Setup.hs + +USE_CABAL= cpphs>=1.11 haskell-src-exts>=1.11 hscolour>=1.17 \ + transformers>=0.0 uniplate>=1.5 + +EXECUTABLE= hlint + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-hlint/distinfo b/devel/hs-hlint/distinfo new file mode 100644 index 000000000000..f5a1d51189bf --- /dev/null +++ b/devel/hs-hlint/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/hlint-1.8.30.tar.gz) = 05b47cfc2c255d2b9e52c70a37f1e55a957327f3d610ec3eb62d9513ef81a2b0 +SIZE (cabal/hlint-1.8.30.tar.gz) = 67921 diff --git a/devel/hs-hlint/pkg-descr b/devel/hs-hlint/pkg-descr new file mode 100644 index 000000000000..2788cb4a0018 --- /dev/null +++ b/devel/hs-hlint/pkg-descr @@ -0,0 +1,3 @@ +HLint gives suggestions on how to improve your source code. + +WWW: http://community.haskell.org/~ndm/hlint/ |