Ticket #36420: Portfile.diff
File Portfile.diff, 1.3 KB (added by stromnov (Andrey Stromnov), 12 years ago) |
---|
-
Portfile
5 5 PortGroup python 1.0 6 6 7 7 name py-anyjson 8 version 0.3. 18 version 0.3.3 9 9 categories python www 10 10 license BSD 11 11 platforms darwin … … 24 24 25 25 distname anyjson-${version} 26 26 27 checksums md5 2b53b5d53fc40af4da7268d3c3e35a50 \ 28 sha1 f459fbdbd5b7ee81b236ef5eed023970db38572a \ 29 rmd160 ed958d1c30c28975f9bfe5d6c4da05f9bde9e58d 27 checksums rmd160 c85bad7565e983077ea863ec99ca45048faecb18 \ 28 sha256 37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba 30 29 31 python.versions 25 26 27 30 python.versions 25 26 27 31 32 33 32 31 python.default_version 27 33 32 34 33 if {$subport != $name} { 35 34 depends_build-append port:py${python.version}-distribute 36 35 37 # Depend upon cjson so that the best JSON module can be used. 38 depends_lib-append port:py${python.version}-cjson 36 if {$subport == "py25-anyjson"} { 37 # Depend upon cjson so that the best JSON module for python25 can be used. 38 depends_lib-append port:py${python.version}-cjson 39 } 39 40 } 40 41 41 42 livecheck.type regex