freebsd-ports/www/py-bleach/Makefile
Frederic Culot 38355ed295 - Update to 1.1.5
PR:		ports/170990
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
2012-08-24 16:45:48 +00:00

24 lines
523 B
Makefile

# 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>