diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-11 05:11:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-11 05:11:48 +0800 |
commit | d5df46c25a3aedc4d74eb790d83a4844167c39db (patch) | |
tree | 6f8cfe7af947814437d0f0f3510ffc04d4b8dda7 /net/Makefile | |
parent | 058cd44920c42322ff75aa149c7732d4687affde (diff) | |
download | freebsd-ports-gnome-d5df46c25a3aedc4d74eb790d83a4844167c39db.tar.gz freebsd-ports-gnome-d5df46c25a3aedc4d74eb790d83a4844167c39db.tar.zst freebsd-ports-gnome-d5df46c25a3aedc4d74eb790d83a4844167c39db.zip |
Net::TiVo provides an object-oriented interface to TiVo's REST interface. This
makes it possible to query your TiVo for information about recorded content,
such as a show's download URL, and space consumed.
WWW: http://search.cpan.org/dist/Net-TiVo/
Author: Christopher Boumenot <boumenot@gmail.com>
PR: ports/107752
Submitted by: Christopher Boumenot <boumenot at gmail.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4342f9b4298d..414088b14cc5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -492,6 +492,7 @@ SUBDIR += p5-Net-TCLink SUBDIR += p5-Net-Telnet SUBDIR += p5-Net-Telnet-Netscreen + SUBDIR += p5-Net-TiVo SUBDIR += p5-Net-Traceroute SUBDIR += p5-Net-Traceroute6 SUBDIR += p5-Net-VNC |