freebsd-ports/graphics/p5-GraphViz/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

34 lines
805 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= GraphViz
PORTVERSION= 2.20
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= GraphViz - Perl interface to the GraphViz graphing tool
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= dot:graphics/graphviz \
p5-File-Which>=1.09:sysutils/p5-File-Which \
p5-IPC-Run>=0.60:devel/p5-IPC-Run \
p5-Parse-RecDescent>=1.965.001:devel/p5-Parse-RecDescent \
p5-XML-Twig>=3.38:textproc/p5-XML-Twig
RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS+= p5-File-Which>=1.09:sysutils/p5-File-Which
NO_ARCH= yes
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502200
TEST_DEPENDS+= p5-Test-Simple>=1.001.014:devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>