mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
75f7518dae
- Add LICENSE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/Graph-Easy
21 lines
341 B
Makefile
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>
|