Added: trunk/dports/python/py-pyinstaller/Portfile (0 => 145141)
--- trunk/dports/python/py-pyinstaller/Portfile (rev 0)
+++ trunk/dports/python/py-pyinstaller/Portfile 2016-01-26 21:50:47 UTC (rev 145141)
@@ -0,0 +1,31 @@
+# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $
+
+PortSystem 1.0
+PortGroup python 1.0
+PortGroup github 1.0
+
+name py-pyinstaller
+version 3.1
+
+fetch.type git
+github.setup pyinstaller PyInstaller ${version} v
+
+platforms darwin
+supported_archs noarch
+maintainers openmaintainer adfernandes
+description converts (packages) Python programs into stand-alone executables
+long_description ${description}
+license GPL license with a special exception which allows to use PyInstaller to build and distribute non-free programs (including commercial ones)
+
+homepage http://www.pyinstaller.org/
+
+if {${name} ne ${subport}} {
+
+ python.versions 27 33 34 35
+ livecheck.type none
+
+} else {
+ livecheck.type regex
+ livecheck.url ${homepage}
+ livecheck.regex "The latest stable release of PyInstaller is (\\d+(?:\\.\\d+)*)"
+}