aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-bleach/Makefile
blob: 6a6e6b85e2a0981cafa189f060e2990dd4e39258 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    py-bleach
# Date created:     2012-05-28
# Whom:         koobs <koobs.freebsd@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   bleach
PORTVERSION=    1.1.5
CATEGORIES= www python
MASTER_SITES=   CHEESESHOP
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= koobs.freebsd@gmail.com
COMMENT=    An easy whitelist-based HTML-sanitizing tool for Python

LICENSE=    BSD

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}html5lib>=0.95:${PORTSDIR}/www/py-html5lib

USE_PYTHON= yes
USE_PYDISTUTILS=easy_install

.include <bsd.port.mk>