freebsd-ports/net/py-oauth/Makefile
Wen Heping 7450236d99 - Update to 1.0.1
- Update my mail address to FreeBSD

Approved by:	miwi(mentor)
2009-09-30 14:41:20 +00:00

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>