freebsd-ports/devel/py-protobuf/Makefile
Sunpoet Po-Chuan Hsieh 7a98c490f0 Update to 3.6.1
- Change MASTER_SITES from GitHub to CHEESESHOP
- Remove outdated post-patch:
- Update WWW

Changes:	https://github.com/protocolbuffers/protobuf/releases
2018-12-03 19:55:29 +00:00

26 lines
549 B
Makefile

# Created by: vanilla@
# $FreeBSD$
PORTNAME= protobuf
PORTVERSION= 3.6.1
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>