1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/py-oauth2/Makefile
Cheng-Lung Sung 50644c0b98 - Update to 1.5.211
- Add LICENSE

PR:		ports/168575
Submitted by:	koobs <koobs.freebsd_AT_gmail.com>
2012-06-26 06:13:02 +00:00

26 lines
569 B
Makefile

# New ports collection makefile for: py-oauth2
# Date created: 02 Mar,2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= oauth2
PORTVERSION= 1.5.211
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Python library for OAuth version 1.0
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>