- Fix *_DEPENDS: version is already in some supported Perl releases
- Sort *_DEPENDS
- Use TEST_DEPENDS for test-only dependencies
Changes: http://search.cpan.org/dist/Google-Data-JSON/Changes
Feature safe: yes
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
convert an XML feed into a JSON feed, and vice versa. The JSON format is
defined in Google Data APIs, http://code.google.com/apis/gdata/json.html .
Approved by: rafan (mentor, implicit)