svn commit: r479533 - head/devel/pylint

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 11 16:30:39 UTC 2018


Author: sunpoet
Date: Tue Sep 11 16:30:38 2018
New Revision: 479533
URL: https://svnweb.freebsd.org/changeset/ports/479533

Log:
  Clean up Makefile

Modified:
  head/devel/pylint/Makefile

Modified: head/devel/pylint/Makefile
==============================================================================
--- head/devel/pylint/Makefile	Tue Sep 11 16:13:58 2018	(r479532)
+++ head/devel/pylint/Makefile	Tue Sep 11 16:30:38 2018	(r479533)
@@ -26,15 +26,4 @@ NO_ARCH=	yes
 
 SHEBANG_FILES=	pylint/test/data/ascript
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR}
-.endif
-
-.if ${PYTHON_REL} < 3400
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list