1d7e0541a4
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
17 lines
320 B
Makefile
17 lines
320 B
Makefile
# Created by: John Chen <johnpupu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= msgpack
|
|
PORTVERSION= 0.5.7
|
|
CATEGORIES= devel
|
|
PKGNAMESUFFIX= 0
|
|
|
|
MAINTAINER= johnpupu@gmail.com
|
|
COMMENT= Provides API for communicating with MessagePack serialization
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP=70 71 72
|
|
|
|
.include <bsd.port.mk>
|