aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-bps-restpy/Makefile
blob: 47d49622fd0e54657b2ad943ee373432a24e5c16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	bps_restpy
PORTVERSION=	9.0.2
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	dvl@FreeBSD.org
COMMENT=	BreakingPoint REST API Python Wraper
WWW=		https://pypi.org/project/bps-restpy/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

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

USES=		python
USE_PYTHON=	concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>