svn commit: r422555 - in head/security: . py3-libnacl

Philip Paeps philip at FreeBSD.org
Wed Sep 21 12:25:29 UTC 2016


Author: philip
Date: Wed Sep 21 12:25:28 2016
New Revision: 422555
URL: https://svnweb.freebsd.org/changeset/ports/422555

Log:
  Python 3 version of security/py-libnacl.

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Sep 21 12:24:21 2016	(r422554)
+++ head/security/Makefile	Wed Sep 21 12:25:28 2016	(r422555)
@@ -937,6 +937,7 @@
     SUBDIR += py-zope.security
     SUBDIR += py-zope.securitypolicy
     SUBDIR += py-zope.session
+    SUBDIR += py3-libnacl
     SUBDIR += qtkeychain-qt4
     SUBDIR += qtkeychain-qt5
     SUBDIR += quantis

Added: head/security/py3-libnacl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py3-libnacl/Makefile	Wed Sep 21 12:25:28 2016	(r422555)
@@ -0,0 +1,8 @@
+# Created by: Philip Paeps <philip at FreeBSD.org>
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../py-libnacl
+
+USES=		python:3.2+
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list