[101550] trunk/dports/python/py-poly/Portfile
jmr at macports.org
jmr at macports.org
Sun Jan 13 14:13:42 PST 2013
Revision: 101550
https://trac.macports.org/changeset/101550
Author: jmr at macports.org
Date: 2013-01-13 14:13:42 -0800 (Sun, 13 Jan 2013)
Log Message:
-----------
py-poly: use unified portgroup, license, noarch
Modified Paths:
--------------
trunk/dports/python/py-poly/Portfile
Modified: trunk/dports/python/py-poly/Portfile
===================================================================
--- trunk/dports/python/py-poly/Portfile 2013-01-13 21:58:29 UTC (rev 101549)
+++ trunk/dports/python/py-poly/Portfile 2013-01-13 22:13:42 UTC (rev 101550)
@@ -1,13 +1,15 @@
# $Id$
PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
name py-poly
version 0.1.0
revision 1
categories python devel net
+license GPL-2
platforms darwin
+supported_archs noarch
maintainers nomaintainer
description framework for rapidly developing distributed applications
long_description Poly provides a framework for rapidly developing \
@@ -21,7 +23,11 @@
distname Poly-${version}
checksums md5 b57ac8e3c75d21e0324ef55563341249
-post-destroot {
- xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README \
- ${destroot}${prefix}/share/doc/${name}
+python.versions 24
+
+if {$subport != $name} {
+ post-destroot {
+ xinstall -m 644 -W ${worksrcpath} COPYING INSTALL README \
+ ${destroot}${prefix}/share/doc/${subport}
+ }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130113/03a7a76c/attachment.html>
More information about the macports-changes
mailing list