svn commit: r366519 - head/security/py-pycrypto

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 29 14:52:00 UTC 2014


Author: bapt
Date: Fri Aug 29 14:52:00 2014
New Revision: 366519
URL: http://svnweb.freebsd.org/changeset/ports/366519
QAT: https://qat.redports.org/buildarchive/r366519/

Log:
  Modernize python

Modified:
  head/security/py-pycrypto/Makefile

Modified: head/security/py-pycrypto/Makefile
==============================================================================
--- head/security/py-pycrypto/Makefile	Fri Aug 29 14:51:17 2014	(r366518)
+++ head/security/py-pycrypto/Makefile	Fri Aug 29 14:52:00 2014	(r366519)
@@ -10,9 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	The Python Cryptography Toolkit
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 HAS_CONFIGURE=	yes
 USE_AUTOTOOLS=	autoconf


More information about the svn-ports-all mailing list