Commits
Adam Mercer authored e4b0e1d67a3
1 1 | # $Id$ |
2 2 | |
3 3 | PortSystem 1.0 |
4 - | PortGroup python26 1.0 |
4 + | PortGroup python27 1.0 |
5 5 | |
6 6 | name googlecl |
7 7 | version 0.9.13 |
8 - | revision 1 |
8 + | revision 2 |
9 9 | categories www |
10 10 | platforms darwin |
11 11 | maintainers ram openmaintainer |
12 12 | license Apache |
13 13 | supported_archs noarch |
14 14 | |
15 15 | description Command line tools for the Google Data APIs |
16 16 | long_description \ |
17 17 | GoogleCL brings Google services to the command line. It currently \ |
18 18 | supports Blogger, Calendar, Contacts, Docs, Picasa, and Youtube |
19 19 | |
20 20 | homepage http://code.google.com/p/googlecl/ |
21 21 | master_sites http://googlecl.googlecode.com/files/ |
22 22 | |
23 23 | checksums md5 83252f69fd9b7ce0720af1aabb4ebf09 \ |
24 24 | sha1 c0eea1bc0a76e84f3d9f2ebf360e09cf63fe9a0d \ |
25 25 | rmd160 8324f45f05f34652f775258580f234a43db52fe3 |
26 26 | |
27 - | depends_lib-append port:py26-gdata |
27 + | depends_lib-append port:py27-gdata |
28 28 | |
29 29 | python.link_binaries no |
30 30 | |
31 31 | post-destroot { |
32 32 | foreach x [glob -type {x} ${destroot}${python.prefix}/bin/*] { system "ln $x ${destroot}${prefix}/bin" } |
33 33 | } |