1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/py-oauth/Makefile
Martin Wilke 18cc31b031 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>
2008-12-06 15:33:57 +00:00

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>