aboutsummaryrefslogtreecommitdiff
path: root/www/hs-xss-sanitize/Makefile
blob: 86a6cbe99f45e43e7158f0219de7b777fa5bf766 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	xss-sanitize
PORTVERSION=	0.3.5.2
CATEGORIES=	www haskell

MAINTAINER=	haskell@FreeBSD.org
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

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>