Ticket #51115: py-pickleshare_Portfile.diff
File py-pickleshare_Portfile.diff, 539 bytes (added by jjstickel (Jonathan Stickel), 9 years ago) |
---|
-
Portfile
old new 6 6 7 7 name py-pickleshare 8 8 version 0.7.2 9 revision 09 revision 1 10 10 categories-append devel science 11 11 platforms darwin 12 12 license BSD … … 30 30 if {${name} ne ${subport}} { 31 31 depends_build-append \ 32 32 port:py${python.version}-setuptools 33 depends_lib-append port:py${python.version}-path 33 depends_lib-append port:py${python.version}-pathlib2 34 34 35 35 livecheck.type none 36 36 } else {