Changeset 82541
- Timestamp:
- 08/15/11 06:34:14 (4 years ago)
- Location:
- trunk/dports/python
- Files:
-
- 2 deleted
- 1 edited
- 1 moved
-
py-MMTK (moved) (moved from trunk/dports/python/py27-MMTK)
-
py-MMTK/Portfile (modified) (3 diffs)
-
py25-MMTK (deleted)
-
py26-MMTK (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/python/py-MMTK/Portfile
r79654 r82541 2 2 3 3 PortSystem 1.0 4 PortGroup python 271.04 PortGroup python 1.0 5 5 6 6 set realname MMTK … … 8 8 version 2.7.4 9 9 revision 1 10 python.versions 25 26 27 11 python.default_version 27 10 12 categories python science 11 13 maintainers mmoll openmaintainer 12 14 description The Molecular Modelling Toolkit is a library for molecular \ 13 simulations with a focus on biomolecular systems.15 simulations with a focus on biomolecular systems. 14 16 long_description $description 15 homepage http:// sourcesup.cru.fr/projects/mmtk/17 homepage http://dirac.cnrs-orleans.fr/MMTK/ 16 18 platforms darwin 17 19 distname ${realname}-${version} … … 20 22 sha1 31a4b3d7469e82fc24c363d7cd1b20d425976294 \ 21 23 rmd160 0259d428336f5717307468f8e4ebd57351bacc19 22 depends_build port:py27-distribute 23 depends_lib port:py27-scientific 24 build.env CPPFLAGS="-I${prefix}/include -I${prefix}/include/python2.7" 24 25 if {$subport != $name} { 26 depends_build port:py${python.version}-distribute 27 depends_lib port:py${python.version}-scientific 28 build.env-append CPPFLAGS="-I${prefix}/include -I${prefix}/include/python${python.branch}" 29 } 25 30 26 31 livecheck.type none
Note: See TracChangeset
for help on using the changeset viewer.

