diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /www/hs-xss-sanitize/Makefile | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'www/hs-xss-sanitize/Makefile')
-rw-r--r-- | www/hs-xss-sanitize/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/hs-xss-sanitize/Makefile b/www/hs-xss-sanitize/Makefile index cb00f85eda16..86a6cbe99f45 100644 --- a/www/hs-xss-sanitize/Makefile +++ b/www/hs-xss-sanitize/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= xss-sanitize -PORTVERSION= 0.3.3 -PORTREVISION= 6 +PORTVERSION= 0.3.5.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Sanitize untrusted HTML to prevent XSS attacks -LICENSE= BSD +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 |