aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-06-07 13:35:54 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-06-07 13:35:54 +0000
commit429dbbd44c9a647d921294b5d39bef5a18d9c8fd (patch)
treefc552c82c2e5be7903e13f3af524d6c458a6278c /devel/Makefile
parent3aaf281423191c820c1d24ec2f435a050cf10b40 (diff)
downloadports-429dbbd44c9a647d921294b5d39bef5a18d9c8fd.tar.gz
ports-429dbbd44c9a647d921294b5d39bef5a18d9c8fd.zip
tvrage is a python based object oriented client interface for tvrage.com's
XML based api feeds. The tvrage package consists of three modules: - feeds module provides a wrapper function for each of tvrage's XML-feeds - api module provides an clean and object oriented interface on top of those services - quickinfo module is a simple pythonic wrapper for tvrage's quickinfo api. Values are returned as python dictionaries rather than dedicated objects for tv shows and episodes WWW: https://github.com/ckreutzer/python-tvrage Approved by: culot (mentor)
Notes
Notes: svn path=/head/; revision=320201
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a61fb36a8706..64873a614476 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3710,6 +3710,7 @@
SUBDIR += py-turbojson
SUBDIR += py-turbojson11
SUBDIR += py-turbokid
+ SUBDIR += py-tvrage
SUBDIR += py-tw.forms
SUBDIR += py-twisted
SUBDIR += py-twistedCore