aboutsummaryrefslogtreecommitdiff
path: root/devel/py-wait-for-it/Makefile
blob: f4cd4a2189d3738eb7cbaaed3e3101c28f9a5d9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	wait-for-it
PORTVERSION=	2.3.0
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	wait_for_it-${PORTVERSION}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Wait for service(s) to be available before executing a command
WWW=		https://wait-for-it.readthedocs.io/en/latest/ \
		https://github.com/hartwork/wait-for-it

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=38.6.0:devel/py-setuptools@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR}

USES=		python
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>