freebsd-ports/graphics/pear-Image_GraphViz/Makefile
Sunpoet Po-Chuan Hsieh 713ede2ee1 Update distinfo and unbreak this port
- While I'm here, fix indent

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

=> Image_GraphViz-1.3.0.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/Image_GraphViz-1.3.0.tgz
fetch: http://pear.php.net/get/Image_GraphViz-1.3.0.tgz: size mismatch: expected 16706, actual 16878

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

15 lines
304 B
Makefile

# Created by: Gerrit Beine (<gerrit.beine@gmx.de>)
# $FreeBSD$
PORTNAME= Image_GraphViz
PORTVERSION= 1.3.0
CATEGORIES= graphics www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= Interface to AT&T's GraphViz tools
RUN_DEPENDS= ${LOCALBASE}/bin/dot:graphics/graphviz
USES= pear
.include <bsd.port.mk>