Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2017 18:51:24 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438538 - in head/security: . py3-pycrypto
Message-ID:  <201704141851.v3EIpOnu084447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Apr 14 18:51:23 2017
New Revision: 438538
URL: https://svnweb.freebsd.org/changeset/ports/438538

Log:
  security/py3-pycrypto: create port
  
  Python 3 version of py-pycrypto

Added:
  head/security/py3-pycrypto/
  head/security/py3-pycrypto/Makefile   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Apr 14 18:49:32 2017	(r438537)
+++ head/security/Makefile	Fri Apr 14 18:51:23 2017	(r438538)
@@ -963,6 +963,7 @@
     SUBDIR += py-zope.session
     SUBDIR += py-zxcvbn-python
     SUBDIR += py3-libnacl
+    SUBDIR += py3-pycrypto
     SUBDIR += qtkeychain-qt4
     SUBDIR += qtkeychain-qt5
     SUBDIR += quantis

Added: head/security/py3-pycrypto/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py3-pycrypto/Makefile	Fri Apr 14 18:51:23 2017	(r438538)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR=      ${.CURDIR}/../py-pycrypto
+
+USES=           python:3.2+
+
+.include "${MASTERDIR}/Makefile"



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