aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-protobuf/Makefile
blob: 97294a72f926bf7108aa46f113beaf255033712c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	protobuf
PORTVERSION=	4.26.1
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>