1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/archivers/php-lz4/Makefile
Rodrigo Osorio 3f92e6c3f9 Add two new ports archivers/php-zstd and archivers/php-lz4
php-zstd is a PHP extension for zstd compresssion algorithm
https://github.com/kjdev/php-ext-zstd

php-lz4 is a PHP extension for the lz4 compression algorithm
https://github.com/kjdev/php-ext-lz4

PR:		236742
Submitted by:	Paavo-Einari Kaipila <pkaipila@gmail.com>
2019-04-02 22:00:55 +00:00

26 lines
403 B
Makefile

# $FreeBSD$
PORTNAME= lz4
DISTVERSION= 0.3.5
CATEGORIES= archivers
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
MAINTAINER= pkaipila@gmail.com
COMMENT= This is the lz4 extension for PHP
LICENSE= MIT
LIB_DEPENDS= liblz4.so:archivers/liblz4
USES= php:ext
USE_GITHUB= yes
GH_ACCOUNT= kjdev
GH_PROJECT= php-ext-lz4
CONFIGURE_ARGS= --with-lz4-includedir=${LOCALBASE}
PHP_MODNAME= lz4
.include <bsd.port.mk>