7450236d99
- Update my mail address to FreeBSD Approved by: miwi(mentor)
20 lines
391 B
Makefile
20 lines
391 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.1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Python Library for OAuth
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|