freebsd-ports/devel/py-protobuf/Makefile
2020-06-03 18:10:13 +00:00

26 lines
550 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= protobuf
PORTVERSION= 3.12.2
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google protobuf Python Client Library
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= protoc:devel/protobuf
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
DO_MAKE_TEST= ${PYTHON_CMD} ${PYDISTUTILS_SETUP}
NO_ARCH= yes
TEST_TARGET= test
.include <bsd.port.mk>