aboutsummaryrefslogtreecommitdiff
path: root/devel/py-types-protobuf/Makefile
blob: 49bc6c2e8bf71ae68cb6f4cb395f212e9ea3819f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	types-protobuf
PORTVERSION=	4.24.0.20240311
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Typing stubs for protobuf
WWW=		https://pypi.org/project/types-protobuf/

LICENSE=	APACHE20

USES=		python
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>