svn commit: r321094 - head/devel/py-Jinja2

Nicola Vitale nivit at FreeBSD.org
Mon Jun 17 11:04:35 UTC 2013


Author: nivit
Date: Mon Jun 17 11:04:34 2013
New Revision: 321094
URL: http://svnweb.freebsd.org/changeset/ports/321094

Log:
  - Portlint

Modified:
  head/devel/py-Jinja2/Makefile

Modified: head/devel/py-Jinja2/Makefile
==============================================================================
--- head/devel/py-Jinja2/Makefile	Mon Jun 17 11:01:13 2013	(r321093)
+++ head/devel/py-Jinja2/Makefile	Mon Jun 17 11:04:34 2013	(r321094)
@@ -14,6 +14,8 @@ COMMENT?=	Fast and easy to use stand-alo
 
 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


More information about the svn-ports-all mailing list