opnsense-ports/graphics/pear-Image_Canvas/Makefile
Franco Fichtner 538c22e7c3 */*: sync with upstream
Taken from: HardenedBSD
2018-03-09 03:40:20 +01:00

17 lines
378 B
Makefile

# Created by: Simun Mikecin <numisemis@yahoo.com>
# $FreeBSD$
PORTNAME= Image_Canvas
PORTVERSION= 0.3.2
PORTREVISION= 1
CATEGORIES= graphics www pear
MAINTAINER= numisemis@yahoo.com
COMMENT= OO PEAR common interface to image drawing
RUN_DEPENDS= ${PEARDIR}/Image/Color.php:graphics/pear-Image_Color@${PHP_FLAVOR}
USE_PHP= gd
USES= dos2unix pear php
.include <bsd.port.mk>