Po-Chuan Hsieh 352d1611e7
*: Change *_DEPENDS from p5-Test2-Suite to p5-Test-Simple
- Bump PORTREVISION of the following dependent ports for dependency change
  - databases/p5-DBIx-QuickDB
  - devel/p5-Shell-Config-Generate
  - devel/p5-Test-Archive-Libarchive
  - devel/p5-Test-Future-IO-Impl
  - devel/p5-Test2-Harness
  - devel/p5-Test2-Harness-UI
  - devel/p5-Test2-Plugin-DBIProfile

Test2-Suite has been merged into Test-Simple since 1.302200.

Reference:	https://metacpan.org/dist/Test-Simple/changes
2024-08-15 23:30:59 +08:00

28 lines
673 B
Makefile

PORTNAME= GraphViz
PORTVERSION= 2.25
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to GraphViz graphing tool
WWW= https://metacpan.org/release/GraphViz
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-File-Which>=1.09:sysutils/p5-File-Which
RUN_DEPENDS= dot:graphics/graphviz \
p5-IPC-Run>=0.60:devel/p5-IPC-Run \
p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent \
p5-XML-Twig>=3.52:textproc/p5-XML-Twig
TEST_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple
USES= cpe perl5 tar:tgz
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>