aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz2-Parse-RecDescent
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-15 17:55:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-15 17:55:26 +0000
commit478dca8b62346def191d6ffe06a06fbe0b45329a (patch)
tree8090288958735b035a57f0369d99f83f98c972df /graphics/p5-GraphViz2-Parse-RecDescent
parente480d661bd1c10a7f95c2be5f1eeee410723ff5d (diff)
downloadports-478dca8b62346def191d6ffe06a06fbe0b45329a.tar.gz
ports-478dca8b62346def191d6ffe06a06fbe0b45329a.zip
Add p5-GraphViz2-Parse-RecDescent 2.51
GraphViz2::Parse::RecDescent takes a Parse::RecDescent grammar and converts it into a graph. WWW: https://metacpan.org/release/GraphViz2-Parse-RecDescent
Notes
Notes: svn path=/head/; revision=555246
Diffstat (limited to 'graphics/p5-GraphViz2-Parse-RecDescent')
-rw-r--r--graphics/p5-GraphViz2-Parse-RecDescent/Makefile28
-rw-r--r--graphics/p5-GraphViz2-Parse-RecDescent/distinfo3
-rw-r--r--graphics/p5-GraphViz2-Parse-RecDescent/pkg-descr4
-rw-r--r--graphics/p5-GraphViz2-Parse-RecDescent/pkg-plist2
4 files changed, 37 insertions, 0 deletions
diff --git a/graphics/p5-GraphViz2-Parse-RecDescent/Makefile b/graphics/p5-GraphViz2-Parse-RecDescent/Makefile
new file mode 100644
index 000000000000..477df6d513ab
--- /dev/null
+++ b/graphics/p5-GraphViz2-Parse-RecDescent/Makefile
@@ -0,0 +1,28 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= GraphViz2-Parse-RecDescent
+PORTVERSION= 2.51
+CATEGORIES= graphics perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Visualize a Parse::RecDescent grammar as a graph
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-GraphViz2>=2.48:graphics/p5-GraphViz2 \
+ p5-Moo>=2.001001:devel/p5-Moo \
+ p5-Parse-RecDescent>=1.965001:devel/p5-Parse-RecDescent
+TEST_DEPENDS= p5-Test-Snapshot>=0.06:devel/p5-Test-Snapshot
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-GraphViz2-Parse-RecDescent/distinfo b/graphics/p5-GraphViz2-Parse-RecDescent/distinfo
new file mode 100644
index 000000000000..e4a6d75633dc
--- /dev/null
+++ b/graphics/p5-GraphViz2-Parse-RecDescent/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1605426309
+SHA256 (GraphViz2-Parse-RecDescent-2.51.tar.gz) = 09c90916a3927bce1fdb26f10a33604ebe4d6942c9d00a1441826d2597bd68d0
+SIZE (GraphViz2-Parse-RecDescent-2.51.tar.gz) = 15208
diff --git a/graphics/p5-GraphViz2-Parse-RecDescent/pkg-descr b/graphics/p5-GraphViz2-Parse-RecDescent/pkg-descr
new file mode 100644
index 000000000000..85f573962fd9
--- /dev/null
+++ b/graphics/p5-GraphViz2-Parse-RecDescent/pkg-descr
@@ -0,0 +1,4 @@
+GraphViz2::Parse::RecDescent takes a Parse::RecDescent grammar and converts it
+into a graph.
+
+WWW: https://metacpan.org/release/GraphViz2-Parse-RecDescent
diff --git a/graphics/p5-GraphViz2-Parse-RecDescent/pkg-plist b/graphics/p5-GraphViz2-Parse-RecDescent/pkg-plist
new file mode 100644
index 000000000000..93fd2742e609
--- /dev/null
+++ b/graphics/p5-GraphViz2-Parse-RecDescent/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/GraphViz2/Parse/RecDescent.pm
+%%PERL5_MAN3%%/GraphViz2::Parse::RecDescent.3.gz