freebsd-ports/devel/py-googleapis-common-protos/Makefile
Sunpoet Po-Chuan Hsieh a2e30166ea Update to 1.6.0
- Take maintainership

PR:		239529
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 17 days)
2019-08-16 18:11:50 +00:00

22 lines
466 B
Makefile

# $FreeBSD$
PORTNAME= googleapis-common-protos
PORTVERSION= 1.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Common protobufs used in Google APIs
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0:devel/py-protobuf@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>