opnsense-ports/converters/pecl-igbinary/Makefile
Franco Fichtner 4c6e907322 */*: sync with upstream
Taken from: HardenedBSD
2018-06-28 07:41:28 +02:00

20 lines
470 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= igbinary
PORTVERSION= 2.0.7
CATEGORIES= converters
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Replacement for the standard PHP serializer
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= php:pecl
post-patch:
@${CP} ${WRKSRC}/src/php${PHP_VER:C|.$||}/igbinary.h ${WRKSRC}/igbinary.h
@${CP} ${WRKSRC}/src/php${PHP_VER:C|.$||}/php_igbinary.h ${WRKSRC}/php_igbinary.h
.include <bsd.port.mk>