1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/graphics/p5-Graph-Easy/Makefile
Sunpoet Po-Chuan Hsieh 75f7518dae Update to 0.76
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/Graph-Easy
2018-09-16 00:07:45 +00:00

21 lines
341 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
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>