[110563] trunk/dports/science/nMOLDYN/Portfile

jmr at macports.org jmr at macports.org
Sun Sep 1 23:38:06 PDT 2013


Revision: 110563
          https://trac.macports.org/changeset/110563
Author:   jmr at macports.org
Date:     2013-09-01 23:38:06 -0700 (Sun, 01 Sep 2013)
Log Message:
-----------
nMOLDYN: use unified python portgroup, set license

Modified Paths:
--------------
    trunk/dports/science/nMOLDYN/Portfile

Modified: trunk/dports/science/nMOLDYN/Portfile
===================================================================
--- trunk/dports/science/nMOLDYN/Portfile	2013-09-02 06:36:26 UTC (rev 110562)
+++ trunk/dports/science/nMOLDYN/Portfile	2013-09-02 06:38:06 UTC (rev 110563)
@@ -1,11 +1,12 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python 1.0
 
 name                nMOLDYN
 version             3.0.9
 categories          science chemistry
+license             CeCILL
 maintainers         fastmail.net:konrad.hinsen openmaintainer
 description         An interactive analysis program for Molecular Dynamics simulations.
 long_description    $description
@@ -19,13 +20,15 @@
 
 use_zip             yes
 
+python.default_version  26
+
 patchfiles          setup.py.patch
 
-depends_build       port:py26-setuptools
-depends_lib         port:py26-tkinter \
-                    port:py26-MMTK \
-                    port:py26-pyro \
-                    port:py26-matplotlib
+depends_build       port:py${python.version}-setuptools
+depends_lib         port:py${python.version}-tkinter \
+                    port:py${python.version}-MMTK \
+                    port:py${python.version}-pyro \
+                    port:py${python.version}-matplotlib
 
 build.env           CPPFLAGS="-I${prefix}/include -I${python.include}"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130901/c3730729/attachment.html>


More information about the macports-changes mailing list