aboutsummaryrefslogtreecommitdiff
path: root/www/hs-HTTP/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-HTTP/Makefile')
-rw-r--r--www/hs-HTTP/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/hs-HTTP/Makefile b/www/hs-HTTP/Makefile
index 75b042a15beb..601c89e26566 100644
--- a/www/hs-HTTP/Makefile
+++ b/www/hs-HTTP/Makefile
@@ -6,11 +6,15 @@
#
PORTNAME= HTTP
-PORTVERSION= 4000.0.9
+PORTVERSION= 4000.1.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A Haskell library for client-side HTTP
+LICENSE= BSD
+
+USE_CABAL= mtl network parsec
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>