ports/graphics/p5-GraphViz/Makefile
Sunpoet Po-Chuan Hsieh dccdbefb2f - Update to 2.18
- Sort PLIST
- Cleanup pkg-descr

Changes:	http://search.cpan.org/dist/GraphViz/Changes
2015-05-28 14:03:25 +00:00

25 lines
660 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= GraphViz
PORTVERSION= 2.18
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= GraphViz - Perl interface to the GraphViz graphing tool
LICENSE= ART20
BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \
p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \
p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \
p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig
RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS+= p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>