Revision
145179
Author
adfernandes@macports.org
Date
2016-01-27 16:00:10 -0800 (Wed, 27 Jan 2016)

Log Message

py-pyinstaller: fix location of python.versions and clean up license

Modified Paths

Diff

Modified: trunk/dports/python/py-pyinstaller/Portfile (145178 => 145179)


--- trunk/dports/python/py-pyinstaller/Portfile	2016-01-27 23:53:51 UTC (rev 145178)
+++ trunk/dports/python/py-pyinstaller/Portfile	2016-01-28 00:00:10 UTC (rev 145179)
@@ -14,14 +14,15 @@
 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)
+long_description    ${description}; note that there is a GPL license exception that allows PyInstaller to build and distribute non-free programs, including commercial ones
+license             GPL
 
 homepage            http://www.pyinstaller.org/
 
+python.versions     27 33 34 35
+
 if {${name} ne ${subport}} {
 
-    python.versions     27 33 34 35
     livecheck.type      none
 
 } else {