mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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
This commit is contained in:
parent
e480d661bd
commit
478dca8b62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555246
@ -653,6 +653,7 @@
|
||||
SUBDIR += p5-GraphViz2-DBI
|
||||
SUBDIR += p5-GraphViz2-Data-Grapher
|
||||
SUBDIR += p5-GraphViz2-Parse-ISA
|
||||
SUBDIR += p5-GraphViz2-Parse-RecDescent
|
||||
SUBDIR += p5-Graphics-Color
|
||||
SUBDIR += p5-Graphics-ColorNames
|
||||
SUBDIR += p5-Graphics-ColorNames-WWW
|
||||
|
28
graphics/p5-GraphViz2-Parse-RecDescent/Makefile
Normal file
28
graphics/p5-GraphViz2-Parse-RecDescent/Makefile
Normal file
@ -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>
|
3
graphics/p5-GraphViz2-Parse-RecDescent/distinfo
Normal file
3
graphics/p5-GraphViz2-Parse-RecDescent/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1605426309
|
||||
SHA256 (GraphViz2-Parse-RecDescent-2.51.tar.gz) = 09c90916a3927bce1fdb26f10a33604ebe4d6942c9d00a1441826d2597bd68d0
|
||||
SIZE (GraphViz2-Parse-RecDescent-2.51.tar.gz) = 15208
|
4
graphics/p5-GraphViz2-Parse-RecDescent/pkg-descr
Normal file
4
graphics/p5-GraphViz2-Parse-RecDescent/pkg-descr
Normal file
@ -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
|
2
graphics/p5-GraphViz2-Parse-RecDescent/pkg-plist
Normal file
2
graphics/p5-GraphViz2-Parse-RecDescent/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/GraphViz2/Parse/RecDescent.pm
|
||||
%%PERL5_MAN3%%/GraphViz2::Parse::RecDescent.3.gz
|
Loading…
Reference in New Issue
Block a user