summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2013-06-17 11:04:34 +0000
committerNicola Vitale <nivit@FreeBSD.org>2013-06-17 11:04:34 +0000
commitebf635355527e4c0d5a456c8801e3725afb28909 (patch)
treece0c6b8d6c75c72d261434776ba26bc788093644
parent- Update to 2.7 [1] (diff)
- Portlint
Notes
Notes: svn path=/head/; revision=321094
-rw-r--r--devel/py-Jinja2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-Jinja2/Makefile b/devel/py-Jinja2/Makefile
index f09b8abdd484..76bfae8890e0 100644
--- a/devel/py-Jinja2/Makefile
+++ b/devel/py-Jinja2/Makefile
@@ -14,6 +14,8 @@ COMMENT?= Fast and easy to use stand-alone template engine
LICENSE= BSD
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe
+
USE_PYTHON= yes
.if empty(PKGNAMESUFFIX)
USE_PYDISTUTILS= easy_install
@@ -29,8 +31,6 @@ BABEL_DESC= Enable Babel extension
PY2TO3_CMD= ${LOCALBASE}/bin/2to3-${PYTHON_VER}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe
-
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
@@ -75,7 +75,6 @@ post-install:
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif
-
check regression-test test: build
.if empty(PKGNAMESUFFIX)
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test