mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
05f155d9b1
- Bump PORTEPOCH for protobuf and py-protobuf - Bump PORTREVISION for dependent ports
35 lines
759 B
Makefile
35 lines
759 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= protobuf
|
|
PORTVERSION= 3.5.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Google protobuf Python Client Library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
|
|
|
BUILD_DEPENDS= protoc:devel/protobuf \
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR}
|
|
|
|
DO_MAKE_TEST= ${PYTHON_CMD} ${PYDISTUTILS_SETUP}
|
|
NO_ARCH= yes
|
|
TEST_TARGET= test
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
USES= python
|
|
WRKSRC_SUBDIR= python
|
|
|
|
GH_ACCOUNT= google
|
|
USE_GITHUB= yes
|
|
|
|
post-patch:
|
|
@${MKDIR} ${WRKSRC}/google/protobuf/compiler/
|
|
|
|
.include <bsd.port.mk>
|