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
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# Created by: Dan Rowe <bsdports@csnstores.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmagick
|
|
PORTVERSION= 1.1.7RC3
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= bsdports@wayfair.com
|
|
COMMENT= Provides a wrapper to the GraphicsMagick library
|
|
|
|
LICENSE= PHP301
|
|
|
|
LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick
|
|
|
|
USES= php:pecl
|
|
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
CONFIGURE_ARGS= --with-gmagick=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|