1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/py-oauth/Makefile
2021-04-06 16:31:07 +02:00

17 lines
325 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
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>