xref: /mports/devel/py-protobuf/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	protobuf
2PORTVERSION=	4.24.4
3PORTEPOCH=	1
4CATEGORIES=	devel python
5MASTER_SITES=	PYPI
6PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
8MAINTAINER=	ports@MidnightBSD.org
9COMMENT=	Google protobuf Python Client Library
10WWW=		https://protobuf.dev/ \
11		https://github.com/protocolbuffers/protobuf \
12		https://github.com/protocolbuffers/protobuf/tree/main/python
13
14LICENSE=	bsd3
15
16USES=		cpe python
17USE_PYTHON=	autoplist concurrent distutils
18
19CPE_VENDOR=	google
20
21post-install:
22	${FIND} ${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
23
24.include <bsd.port.mk>
25

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026