svn commit: r465026 - head/devel/py-weakrefmethod

Antoine Brodin antoine at FreeBSD.org
Mon Mar 19 20:03:48 UTC 2018


Author: antoine
Date: Mon Mar 19 20:03:48 2018
New Revision: 465026
URL: https://svnweb.freebsd.org/changeset/ports/465026

Log:
  Simplify
  
  PR:		226775
  Submitted by:	sunpoet

Modified:
  head/devel/py-weakrefmethod/Makefile

Modified: head/devel/py-weakrefmethod/Makefile
==============================================================================
--- head/devel/py-weakrefmethod/Makefile	Mon Mar 19 18:00:17 2018	(r465025)
+++ head/devel/py-weakrefmethod/Makefile	Mon Mar 19 20:03:48 2018	(r465026)
@@ -14,13 +14,7 @@ LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 3400
-IGNORE=		is included in python 3.4+
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list