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/py-oauth | |
parent | 4bc9da11f940e564df0623fa083dd26b43f303d0 (diff) |
Notes
Diffstat (limited to 'net/py-oauth')
-rw-r--r-- | net/py-oauth/Makefile | 20 | ||||
-rw-r--r-- | net/py-oauth/distinfo | 3 | ||||
-rw-r--r-- | net/py-oauth/pkg-descr | 5 | ||||
-rw-r--r-- | net/py-oauth/pkg-plist | 1 |
4 files changed, 29 insertions, 0 deletions
diff --git a/net/py-oauth/Makefile b/net/py-oauth/Makefile new file mode 100644 index 000000000000..8aa5d93b1284 --- /dev/null +++ b/net/py-oauth/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: py-oauth +# Date created: 03 Dec,2008 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= oauth +PORTVERSION= 1.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wenheping@gmail.com +COMMENT= Python Library for OAuth + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include <bsd.port.mk> diff --git a/net/py-oauth/distinfo b/net/py-oauth/distinfo new file mode 100644 index 000000000000..a36134c4d30c --- /dev/null +++ b/net/py-oauth/distinfo @@ -0,0 +1,3 @@ +MD5 (oauth-1.0.tar.gz) = 87bd829bf045f257f1d4b61c1b067b7b +SHA256 (oauth-1.0.tar.gz) = cff08ce53eec7473da7e37e673c154a116ab174f9bd1ab8b4143ab8229d9b2b4 +SIZE (oauth-1.0.tar.gz) = 7672 diff --git a/net/py-oauth/pkg-descr b/net/py-oauth/pkg-descr new file mode 100644 index 000000000000..1aa57ecb7db2 --- /dev/null +++ b/net/py-oauth/pkg-descr @@ -0,0 +1,5 @@ +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/ diff --git a/net/py-oauth/pkg-plist b/net/py-oauth/pkg-plist new file mode 100644 index 000000000000..ddf68a1c022f --- /dev/null +++ b/net/py-oauth/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |