forked from Lainports/freebsd-ports
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
17 lines
411 B
Makefile
17 lines
411 B
Makefile
# Created by: Nick Hilliard <nick@foobar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Image_Graph
|
|
PORTVERSION= 0.8.0
|
|
CATEGORIES= graphics www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= OO PEAR graph rendering package
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR} \
|
|
${PEARDIR}/Image/Canvas.php:graphics/pear-Image_Canvas@${PHP_FLAVOR}
|
|
|
|
USES= dos2unix pear
|
|
DOS2UNIX_REGEX= .*php$$
|
|
|
|
.include <bsd.port.mk>
|