mirror of https://git.FreeBSD.org/ports.git
22 lines
480 B
Makefile
22 lines
480 B
Makefile
PORTNAME= wait-for2
|
|
DISTVERSION= 0.3.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= wait_for2-${DISTVERSION}
|
|
|
|
MAINTAINER= dtxdf@FreeBSD.org
|
|
COMMENT= Handle simultaneous cancellation and future completion
|
|
WWW= https://pypi.org/project/${PORTNAME} \
|
|
https://github.com/Traktormaster/${PORTNAME}
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|