blob: a008161cd6622c095159ba1ee0fdb72f2f1eff95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= igbinary
PORTVERSION= 3.2.16
CATEGORIES= converters
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Replacement for the standard PHP serializer
WWW= https://pecl.php.net/package/igbinary \
https://github.com/igbinary/igbinary
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= php:pecl
post-patch:
# Install the real header files
@${CP} ${WRKSRC}/src/php7/igbinary.h ${WRKSRC}/igbinary.h
@${CP} ${WRKSRC}/src/php7/php_igbinary.h ${WRKSRC}/php_igbinary.h
.include <bsd.port.mk>
|