diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 21:11:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 21:11:48 +0000 |
commit | 60f09f5d864d437f073f52962a517a6b2579291e (patch) | |
tree | 37b58d4a32e751ad5ab14c381dabc8018424616c /net/Makefile | |
parent | BROKEN: Does not compile (diff) |
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 |