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
19 lines
374 B
Makefile
19 lines
374 B
Makefile
# Created by: Elias Mandouvalos <ocean@mail.gr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= runkit
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PECL extension to modify constants, user-defined functions, and classes
|
|
|
|
LICENSE= PHP30
|
|
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
CONFIGURE_ARGS= --enable-runkit=classkit
|
|
|
|
.include <bsd.port.mk>
|