opnsense-ports/graphics/p5-GraphViz-Data-Structure/Makefile
Franco Fichtner c30bc30f5d */*: sync with upstream
Taken from: HardenedBSD
2019-01-18 06:07:24 +01:00

26 lines
475 B
Makefile

# Created by: ijliao
# $FreeBSD$
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>