freebsd-ports/graphics/p5-GraphViz-Data-Structure/Makefile
2021-04-06 16:31:07 +02:00

25 lines
463 B
Makefile

# Created by: ijliao
PORTNAME= GraphViz-Data-Structure
PORTVERSION= 0.20
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Visualise data structures
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= dot:graphics/graphviz \
p5-GraphViz>=0:graphics/p5-GraphViz
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>