freebsd-ports/textproc/pecl-wbxml/Makefile
Torsten Zuehlsdorff 1d7e0541a4 Add missing IGNORE_WITH_PHP for various pecl-ports.
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
2017-12-14 13:57:28 +00:00

23 lines
510 B
Makefile

# Created by: Florian Smeets <flo@smeets.im>
# $FreeBSD$
PORTNAME= wbxml
PORTVERSION= 1.0.3
PORTREVISION= 3
CATEGORIES= textproc pear
MAINTAINER= flo@FreeBSD.org
COMMENT= PECL extension that provides WBXML conversion capabilities
LIB_DEPENDS= libwbxml2.so:textproc/wbxml2
USES= php:pecl
CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \
--with-libexpat-dir=${LOCALBASE}
IGNORE_WITH_PHP= 70 71 72
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/config.m4
.include <bsd.port.mk>