ports/devel/py-proto-plus/Makefile
Po-Chuan Hsieh d2ad87768e
devel/py-proto-plus: Update to 1.19.9
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/googleapis/proto-plus-python/releases
2022-02-28 20:46:17 +08:00

21 lines
468 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= proto-plus
PORTVERSION= 1.19.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Beautiful, Pythonic protocol buffers
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.0,1:devel/py-protobuf@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>