freebsd-ports/graphics/p5-Graph-Easy/Makefile
2021-04-06 16:31:07 +02:00

19 lines
329 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
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
LICENSE= GPLv2+
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>