freebsd-ports/graphics/pear-Image_Canvas/Makefile
Sunpoet Po-Chuan Hsieh 976a484d05 Update distinfo and unbreak this port
- While I'm here, add USES=php

Content of tarballs are unchanged (checked against [1]).

=> Image_Canvas-0.3.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Image_Canvas-0.3.2.tgz
fetch: http://pear.php.net/get/Image_Canvas-0.3.2.tgz: size mismatch: expected 54698, actual 55496

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/Image_Canvas-0.3.2.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:39:41 +00:00

17 lines
364 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
USE_PHP= gd
USES= dos2unix pear php
.include <bsd.port.mk>