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
356 B
Makefile
20 lines
356 B
Makefile
# Created by: Alex Kiesel <kiesel@schlund.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= svn
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= PECL extension to the libsvn library
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libsvn_client-1.so:devel/subversion
|
|
|
|
USE_CSTD= c99
|
|
USES= php:pecl
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
.include <bsd.port.mk>
|