summaryrefslogtreecommitdiff
path: root/www/py-bleach/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-bleach/Makefile')
-rw-r--r--www/py-bleach/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile
index 855b9ca69e3..dae504e9487 100644
--- a/www/py-bleach/Makefile
+++ b/www/py-bleach/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2013/01/03 14:04:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2013/01/12 12:11:40 ryoon Exp $
#
DISTNAME= bleach-1.1.5
+PKGREVISION= 1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://pypi.python.org/packages/source/b/bleach/
@@ -11,6 +12,10 @@ HOMEPAGE= http://pypi.python.org/pypi/bleach
COMMENT= Easy whitelist-based HTML-sanitizing tool
LICENSE= modified-bsd
+DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
+
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"