svn commit: r438536 - in head/devel: . py3-defusedxml

Steve Wills swills at FreeBSD.org
Fri Apr 14 18:47:38 UTC 2017


Author: swills
Date: Fri Apr 14 18:47:37 2017
New Revision: 438536
URL: https://svnweb.freebsd.org/changeset/ports/438536

Log:
  devel/py3-defusedxml: create port
  
  Python 3 version of py-defusedxml

Added:
  head/devel/py3-defusedxml/
  head/devel/py3-defusedxml/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr 14 18:42:32 2017	(r438535)
+++ head/devel/Makefile	Fri Apr 14 18:47:37 2017	(r438536)
@@ -4921,6 +4921,7 @@
     SUBDIR += py3-click
     SUBDIR += py3-colorama
     SUBDIR += py3-dbus
+    SUBDIR += py3-defusedxml
     SUBDIR += py3-docopt
     SUBDIR += py3-flake8
     SUBDIR += py3-flake8-builtins

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


More information about the svn-ports-head mailing list