opnsense-ports/graphics/p5-Graph-Easy/Makefile
2022-09-07 22:33:21 +02:00

18 lines
326 B
Makefile

PORTNAME= Graph-Easy
PORTVERSION= 0.76
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Render graphs as ASCII, HTML, SVG, or Graphviz
WWW= https://metacpan.org/release/Graph-Easy
LICENSE= GPLv2+
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>