aboutsummaryrefslogtreecommitdiffstats
path: root/converters/pecl-fribidi/Makefile
blob: 5e1c08e8d6c3cfda6e82040be967fedce302ad57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

DEPRECATED= Works only with EOL php 5.6
EXPIRATION_DATE=    2018-12-30

LIB_DEPENDS=    libfribidi.so:converters/fribidi

USES=       php:pecl pkgconfig
IGNORE_WITH_PHP=    71 72 73

CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}

.include <bsd.port.mk>