blob: 7562bed1cdb32921ff03ccf1cdbb6a32460c14d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= oauth
PORTVERSION= 1.0.1
PORTREVISION= 3
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python Library for OAuth
WWW= https://pypi.org/project/oauth/
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|