freebsd-ports/devel/py-vine/Makefile
Juraj Lutter 1034b67935 devel/py-vine: Update to 5.1.0
Approved by:		olgeni (maintainer)
Differentual revision:	https://reviews.freebsd.org/D43365
2024-02-05 15:42:01 +01:00

18 lines
329 B
Makefile

PORTNAME= vine
PORTVERSION= 5.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Promise library for Python
WWW= https://github.com/celery/vine/
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>