summaryrefslogtreecommitdiff
path: root/net/py-oauth/Makefile
blob: 12001f058911f56157c590ba2d3a90696573d3b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	oauth
PORTVERSION=	1.0.1
PORTREVISION=	2
CATEGORIES=	net python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Python Library for OAuth

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>