diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-25 01:14:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-25 01:14:01 +0800 |
commit | b493ef825474f9fcc9ae0a468c8b9c2d8abe25fe (patch) | |
tree | cf10003478b8aa252365682d52c85555e51dac2f /www/Makefile | |
parent | 8b546c67fdf6723dfdfb5dd6c78b90aa696e72b6 (diff) | |
download | freebsd-ports-gnome-b493ef825474f9fcc9ae0a468c8b9c2d8abe25fe.tar.gz freebsd-ports-gnome-b493ef825474f9fcc9ae0a468c8b9c2d8abe25fe.tar.zst freebsd-ports-gnome-b493ef825474f9fcc9ae0a468c8b9c2d8abe25fe.zip |
WebService::Simple is a simple class to interact with web services.
It's basically an LWP::UserAgent that remembers recurring api URLs and
parameters, plus sugar to parse the results.
WWW: http://search.cpan.org/dist/WebService-Simple/
PR: ports/123818
Submitted by: Masahiro Teramoto <markun at onohara.to>
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 b89f420dbd6b..380fb2533759 100644 --- a/www/Makefile +++ b/www/Makefile @@ -996,6 +996,7 @@ SUBDIR += p5-WebService-CIA SUBDIR += p5-WebService-ISBNDB SUBDIR += p5-WebService-NoPaste + SUBDIR += p5-WebService-Simple SUBDIR += p5-WebService-Technorati SUBDIR += p5-WebService-YouTube SUBDIR += p5-Xango |