diff options
Diffstat (limited to 'www/hs-xss-sanitize/Makefile')
-rw-r--r-- | www/hs-xss-sanitize/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/hs-xss-sanitize/Makefile b/www/hs-xss-sanitize/Makefile index 810a23d2fdf2..97fc0b54c2d2 100644 --- a/www/hs-xss-sanitize/Makefile +++ b/www/hs-xss-sanitize/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xss-sanitize -PORTVERSION= 0.3.5.2 -PORTREVISION= 1 +PORTVERSION= 0.3.5.6 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +9,10 @@ COMMENT= Sanitize untrusted HTML to prevent XSS attacks LICENSE= BSD3CLAUSE -USE_CABAL= attoparsec>=0.10.0.3 css-text>=0.1.1 network>=2 \ - tagsoup>=0.12.2 text>=0.11 utf8-string>=0.3 +USE_CABAL= attoparsec>=0.10.0.3 css-text>=0.1.1 network>=2.6 \ + network-uri>=2.6 tagsoup>=0.12.2 text>=0.11 utf8-string>=0.3 + +FLAGS_ENABLE= network-uri .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |