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
26 lines
488 B
Makefile
26 lines
488 B
Makefile
# Created by: Alan Garfield <alan@fromorbit.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ps
|
|
PORTVERSION= 1.3.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= print pear
|
|
|
|
MAINTAINER= alan@fromorbit.com
|
|
COMMENT= PHP extension for pslib to generate postscript
|
|
|
|
LICENSE= PHP202
|
|
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
LIB_DEPENDS= libps.so:print/pslib
|
|
|
|
USES= php:pecl
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4
|
|
|
|
test check regression-test: build
|
|
${MAKE} -C ${WRKSRC} test < /dev/null
|
|
|
|
.include <bsd.port.mk>
|