summaryrefslogtreecommitdiff
path: root/www/py-requests-oauth-hook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-requests-oauth-hook/Makefile')
-rw-r--r--www/py-requests-oauth-hook/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/www/py-requests-oauth-hook/Makefile b/www/py-requests-oauth-hook/Makefile
deleted file mode 100644
index 697da6f69077..000000000000
--- a/www/py-requests-oauth-hook/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= requests-oauth-hook
-PORTVERSION= 0.1.4
-PORTREVISION= 2
-CATEGORIES= www python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= This is an OAuth hook for py-requests
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-LICENSE= BSD3CLAUSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>0:www/py-requests1 \
- ${PYTHON_PKGNAMEPREFIX}oauth2>0:net/py-oauth2
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-post-extract:
- ${RM} -r ${WRKSRC}/tests
-
-.include <bsd.port.mk>