summaryrefslogtreecommitdiff
path: root/devel/pecl-protobuf/Makefile
blob: 5d95cf62324c7d082824077d8dccdbb7fdeacb31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	protobuf
PORTVERSION=	4.31.0
CATEGORIES=	devel

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PHP binding for Protocol buffers
WWW=		https://pecl.php.net/package/protobuf \
		https://github.com/protocolbuffers/protobuf \
		https://github.com/protocolbuffers/protobuf/tree/main/php

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		localbase php:pecl

.include <bsd.port.mk>