mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
f2a4f752f6
- Update Maintainers eMail PR: 237907 Submitted by: pave (maintainer) Sponsored by: Netzkommune GmbH
25 lines
415 B
Makefile
25 lines
415 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lz4
|
|
DISTVERSION= 0.3.5
|
|
CATEGORIES= archivers
|
|
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= pave@FreeBSD.org
|
|
COMMENT= This is the lz4 extension for PHP
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|