diff options
author | pho <pho@pkgsrc.org> | 2020-01-19 10:50:21 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-19 10:50:21 +0000 |
commit | aa6af27796030b51c6dfd1c74442756f5464eba8 (patch) | |
tree | 2c7e617a2117c7462db982c0042e308db0fe037a | |
parent | 02f4228f87e54150e04d0319a498899efaf76a1d (diff) | |
download | pkgsrc-aa6af27796030b51c6dfd1c74442756f5464eba8.tar.gz |
Add hs-xss-sanitize
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index dff288e52cb..cb97088f0c3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1430 2020/01/19 08:50:01 taca Exp $ +# $NetBSD: Makefile,v 1.1431 2020/01/19 10:50:21 pho Exp $ # COMMENT= Packages related to the World Wide Web @@ -152,6 +152,7 @@ SUBDIR+= hs-cookie SUBDIR+= hs-http-client SUBDIR+= hs-http-client-tls SUBDIR+= hs-http-types +SUBDIR+= hs-xss-sanitize SUBDIR+= htdavlock SUBDIR+= htdig SUBDIR+= htmlcxx |