diff --git a/trunk/dports/python/py-coverage/Portfile b/trunk/dports/python/py-coverage/Portfile
a
|
b
|
|
6 | 6 | |
7 | 7 | name py-coverage |
8 | 8 | version 3.5.3 |
9 | | python.versions 25 26 27 31 32 |
10 | 9 | categories-append devel |
11 | 10 | maintainers gmail.com:larry.velazquez openmaintainer |
12 | 11 | license BSD |
… |
… |
|
26 | 25 | checksums rmd160 32cefafbfc0fca5b4a132c205861b8d620eb7614 \ |
27 | 26 | sha256 60c6e95979d71175eb8acb7ca2def14c72794de418fd9222011f68283eb3cc02 |
28 | 27 | |
| 28 | python.versions 25 26 27 31 32 33 |
| 29 | |
29 | 30 | if {${subport} != ${name}} { |
30 | 31 | depends_lib-append port:py${python.version}-distribute |
31 | 32 | |