mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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
20 lines
388 B
Makefile
20 lines
388 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fribidi
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters pear
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= PECL extension for the Unicode Bidi algorithm
|
|
|
|
LIB_DEPENDS= libfribidi.so:converters/fribidi
|
|
|
|
USES= php:pecl pkgconfig
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|