aboutsummaryrefslogtreecommitdiff
path: root/www/hs-cgi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-cgi/Makefile')
-rw-r--r--www/hs-cgi/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/hs-cgi/Makefile b/www/hs-cgi/Makefile
index bf0e3c7d2b87..2700b80a63e7 100644
--- a/www/hs-cgi/Makefile
+++ b/www/hs-cgi/Makefile
@@ -2,18 +2,16 @@
# $FreeBSD$
PORTNAME= cgi
-PORTVERSION= 3001.1.7.4
-PORTREVISION= 6
+PORTVERSION= 3001.1.7.5
PORTEPOCH= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= A Haskell library for writing CGI programs
+COMMENT= Haskell library for writing CGI programs
LICENSE= BSD
-CABAL_SETUP= Setup.hs
-USE_CABAL= mtl>=1 network>=2 parsec>=2 xhtml>=3000
+USE_CABAL= extensible-exceptions mtl>=1 network>=2 parsec>=2 xhtml>=3000
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>