Revision: 105680 https://trac.macports.org/changeset/105680 Author: jmr@macports.org Date: 2013-05-01 14:54:18 -0700 (Wed, 01 May 2013) Log Message: ----------- pylize: use unified portgroup, license, noarch Modified Paths: -------------- trunk/dports/textproc/pylize/Portfile Modified: trunk/dports/textproc/pylize/Portfile =================================================================== --- trunk/dports/textproc/pylize/Portfile 2013-05-01 17:42:33 UTC (rev 105679) +++ trunk/dports/textproc/pylize/Portfile 2013-05-01 21:54:18 UTC (rev 105680) @@ -1,13 +1,15 @@ # $Id$ PortSystem 1.0 -PortGroup python26 1.0 +PortGroup python 1.0 name pylize version 1.3b revision 1 categories textproc python +license GPL-2+ platforms darwin +supported_archs noarch maintainers nomaintainer description pylize is a presentation generation tool long_description pylize is a Python script that makes the creation of \ @@ -24,8 +26,10 @@ checksums md5 ab88ef521602c826390fe919b6bc572e use_bzip2 yes -depends_run port:py26-htmlgen port:py26-empy +python.default_version 26 +depends_run port:py${python.version}-htmlgen port:py${python.version}-empy + use_configure yes configure.cmd ${python.bin} configure.pre_args configure.py
participants (1)
-
jmr@macports.org