summaryrefslogtreecommitdiff
path: root/archivers/pecl-zstd/Makefile
blob: 055445f91d6015ada050db41e05c5e0d1a6d53bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	zstd
PORTVERSION=	0.14.0
CATEGORIES=	archivers

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Compression and decompression with Zstandard library
WWW=		https://pecl.php.net/package/zstd \
		https://github.com/kjdev/php-ext-zstd

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libzstd.so:archivers/zstd

USES=		php:pecl pkgconfig

CONFIGURE_ARGS=	--with-libzstd

post-patch:
# Clean up bundled libraries
	@${RM} -r ${WRKSRC}/zstd/

.include <bsd.port.mk>