Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 20:03:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465026 - head/devel/py-weakrefmethod
Message-ID:  <201803192003.w2JK3mZG098126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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