diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-06 15:33:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-06 15:33:57 +0000 |
commit | 18cc31b031a265b4ceaa3cfd37feb144c8631331 (patch) | |
tree | df3f39fc75fde7d3cc04a0ecb9ce9344bd4e6a3c /net/Makefile | |
parent | 4bc9da11f940e564df0623fa083dd26b43f303d0 (diff) | |
download | ports-18cc31b031a265b4ceaa3cfd37feb144c8631331.tar.gz ports-18cc31b031a265b4ceaa3cfd37feb144c8631331.zip |
py-oauth is a python libarary for OAuth. OAuth is an open
protocol to allow API authentication in a simple and standard
method from desktop and web applications.
WWW: http://pypi.python.org/pypi/oauth/
PR: ports/129410
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=223871
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 b868b6f56f7b..3f04ba7ed234 100644 --- a/net/Makefile +++ b/net/Makefile @@ -751,6 +751,7 @@ SUBDIR += py-mp-random SUBDIR += py-netaddr SUBDIR += py-netstring + SUBDIR += py-oauth SUBDIR += py-pcap SUBDIR += py-pcapy SUBDIR += py-pcs |