Date: Wed, 21 Sep 2016 12:25:28 +0000 (UTC) From: Philip Paeps <philip@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422555 - in head/security: . py3-libnacl Message-ID: <201609211225.u8LCPSGg043285@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-libnacl + +USES= python:3.2+ + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609211225.u8LCPSGg043285>