2012-06-01 19:54:19 +02:00
|
|
|
# New ports collection makefile for: py-bleach
|
|
|
|
# Date created: 2012-05-28
|
|
|
|
# Whom: koobs <koobs.freebsd@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bleach
|
2012-08-24 18:45:48 +02:00
|
|
|
PORTVERSION= 1.1.5
|
2012-06-01 19:54:19 +02:00
|
|
|
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>
|