fa63b4a3f1
Changes: https://pecl.php.net/package-changelog.php?package=igbinary https://github.com/igbinary/igbinary/releases
21 lines
498 B
Makefile
21 lines
498 B
Makefile
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>
|