aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Canvas/Makefile
blob: d8db1e666d447cf44d5aa8d6d954b1a8b9c7e3d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>