aboutsummaryrefslogblamecommitdiff
path: root/www/py-betamax/Makefile
blob: e98d9cea1736a56d7b4cc28b5267ddf7ec27fe80 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                                                  













                                                                                 
                           




                                              
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	betamax
PORTVERSION=	0.8.1
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	VCR imitation for python-requests

LICENSE=	APACHE20

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>