diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-09 05:28:57 +0000 |
commit | 0c76a8384fc1de4958eb1228befbee727f00c596 (patch) | |
tree | 28680b3da252da7f45a2d25108e4e2a6e41a77e5 /devel/hs-MissingH/Makefile | |
parent | f2febc81eeab0d296325ecc49e1825762e5cd5d7 (diff) |
Notes
Diffstat (limited to 'devel/hs-MissingH/Makefile')
-rw-r--r-- | devel/hs-MissingH/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/hs-MissingH/Makefile b/devel/hs-MissingH/Makefile index 797c12f16824..d226bd87e7e5 100644 --- a/devel/hs-MissingH/Makefile +++ b/devel/hs-MissingH/Makefile @@ -7,13 +7,17 @@ PORTNAME= MissingH PORTVERSION= 1.1.0.3 +PORTREVISION= 1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Large Haskell utility library +LICENSE= GPLv2 +FILE_LICENSE= COPYRIGHT + CABAL_SETUP= Setup.hs -USE_HACKAGE= hslogger +USE_CABAL= hslogger HUnit mtl network parsec regex-compat .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |