diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 10:41:19 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 10:41:19 +0800 |
commit | 019e29283bad869c733cfa02d485efa8713b56a0 (patch) | |
tree | be57409608aff908e190bdeff608798d19023006 /www/Makefile | |
parent | 523228840bd436d7d7f0838500d85463b559420b (diff) | |
download | freebsd-ports-gnome-019e29283bad869c733cfa02d485efa8713b56a0.tar.gz freebsd-ports-gnome-019e29283bad869c733cfa02d485efa8713b56a0.tar.zst freebsd-ports-gnome-019e29283bad869c733cfa02d485efa8713b56a0.zip |
This module implements the Linode.com api methods. Linode methods have
had dots replaced with underscores to generate the perl method name.
All keys and parameters have been lower cased but returned data
remains otherwise the same.
WWW: http://search.cpan.org/dist/WebService-Linode/
PR: ports/150754
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 22feabad41e4..6093bf13a865 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1275,6 +1275,7 @@ SUBDIR += p5-WebService-Google-Reader SUBDIR += p5-WebService-Google-Sets SUBDIR += p5-WebService-ISBNDB + SUBDIR += p5-WebService-Linode SUBDIR += p5-WebService-MusicBrainz SUBDIR += p5-WebService-NoPaste SUBDIR += p5-WebService-Rakuten |