diff options
author | az <az@FreeBSD.org> | 2006-02-06 16:28:38 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2006-02-06 16:28:38 +0800 |
commit | 7fd080535cc6691028ba00cad03db6fae8adc5cb (patch) | |
tree | c82d1d69a138173b6357646013a9363d8aa10891 /net-p2p/Makefile | |
parent | 8eaa953ed11c5a32e1633aaa07fd76bcb50540a0 (diff) | |
download | freebsd-ports-gnome-7fd080535cc6691028ba00cad03db6fae8adc5cb.tar.gz freebsd-ports-gnome-7fd080535cc6691028ba00cad03db6fae8adc5cb.tar.zst freebsd-ports-gnome-7fd080535cc6691028ba00cad03db6fae8adc5cb.zip |
This module handles loading and saveing of .torrent files as well as
providing a convenient way to store torrent file info in memory. Most
users of the module will most likely just call the new method with the
name of a existing torrent file and use the data from that
Diffstat (limited to 'net-p2p/Makefile')
-rw-r--r-- | net-p2p/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 2f535e4934b3..b713f7bcbc84 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -89,6 +89,7 @@ SUBDIR += py-kenosis SUBDIR += py-kenosis-bittorrent SUBDIR += py-py2play + SUBDIR += p5-Net-BitTorrent-File SUBDIR += p5-pdonkey SUBDIR += qtella SUBDIR += qtorrent |