Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2018 19:59:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461427 - head/www/py-django-pipeline
Message-ID:  <201802101959.w1AJxLBC095044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 10 19:59:21 2018
New Revision: 461427
URL: https://svnweb.freebsd.org/changeset/ports/461427

Log:
  Simplify Makefile: use PY_FUTURES
  
  With hat:	python

Modified:
  head/www/py-django-pipeline/Makefile

Modified: head/www/py-django-pipeline/Makefile
==============================================================================
--- head/www/py-django-pipeline/Makefile	Sat Feb 10 19:59:16 2018	(r461426)
+++ head/www/py-django-pipeline/Makefile	Sat Feb 10 19:59:21 2018	(r461427)
@@ -13,14 +13,10 @@ COMMENT=	Asset (css/js) packaging library for Django
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+RUN_DEPENDS=	${PY_FUTURES}
+
 NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3200
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802101959.w1AJxLBC095044>