mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add p5-GraphViz2-DBI 2.52
GraphViz2::DBI takes a database handle, and graphs the schema. WWW: https://metacpan.org/release/GraphViz2-DBI
This commit is contained in:
parent
e334d22f1c
commit
2877f4f659
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555244
@ -650,6 +650,7 @@
|
||||
SUBDIR += p5-GraphViz-Data-Structure
|
||||
SUBDIR += p5-GraphViz-Traverse
|
||||
SUBDIR += p5-GraphViz2
|
||||
SUBDIR += p5-GraphViz2-DBI
|
||||
SUBDIR += p5-GraphViz2-Data-Grapher
|
||||
SUBDIR += p5-Graphics-Color
|
||||
SUBDIR += p5-Graphics-ColorNames
|
||||
|
28
graphics/p5-GraphViz2-DBI/Makefile
Normal file
28
graphics/p5-GraphViz2-DBI/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= GraphViz2-DBI
|
||||
PORTVERSION= 2.52
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Visualize a database schema as a graph
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBIx-Admin-TableInfo>=3.00:databases/p5-DBIx-Admin-TableInfo \
|
||||
p5-GraphViz2>=2.60:graphics/p5-GraphViz2 \
|
||||
p5-Moo>=2.001001:devel/p5-Moo
|
||||
TEST_DEPENDS= p5-DBD-SQLite>=1.66:databases/p5-DBD-SQLite
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/p5-GraphViz2-DBI/distinfo
Normal file
3
graphics/p5-GraphViz2-DBI/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1605426305
|
||||
SHA256 (GraphViz2-DBI-2.52.tar.gz) = b0169d6d22a9278e4c9046b17878a30f9aa2ee5478c58a9766e29fc974269d71
|
||||
SIZE (GraphViz2-DBI-2.52.tar.gz) = 15059
|
3
graphics/p5-GraphViz2-DBI/pkg-descr
Normal file
3
graphics/p5-GraphViz2-DBI/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
GraphViz2::DBI takes a database handle, and graphs the schema.
|
||||
|
||||
WWW: https://metacpan.org/release/GraphViz2-DBI
|
2
graphics/p5-GraphViz2-DBI/pkg-plist
Normal file
2
graphics/p5-GraphViz2-DBI/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/GraphViz2/DBI.pm
|
||||
%%PERL5_MAN3%%/GraphViz2::DBI.3.gz
|
Loading…
Reference in New Issue
Block a user