freebsd-ports/archivers/php-brotli/Makefile
Tobias C. Berner e40eb9d1bc archivers/php-brotli: Update to 0.11.1
Changelog:
	https://github.com/kjdev/php-ext-brotli/commits/master

Submitted by:	Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D26626
2020-10-01 16:06:22 +00:00

29 lines
488 B
Makefile

# $FreeBSD$
PORTNAME= brotli
DISTVERSION= 0.11.1
CATEGORIES= archivers
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
MAINTAINER= daniel@shafer.cc
COMMENT= Brotli extension for PHP
LICENSE= MIT
BUILD_DEPENDS= re2c>0:devel/re2c
LIB_DEPENDS= libbrotlienc.so:archivers/brotli
USES= dos2unix libtool php:ext pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= kjdev
GH_PROJECT= php-ext-brotli
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libbrotli
PHP_MODNAME= brotli
.include <bsd.port.mk>