mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
18cc31b031
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>
21 lines
393 B
Makefile
21 lines
393 B
Makefile
# 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>
|