mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 0.02
PR: 51796 Approved by: tobez, edwin (mentor)
This commit is contained in:
parent
a0c4c4b178
commit
dcfe701179
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82264
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= GraphViz-DBI
|
||||
PORTVERSION= 0.01
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= GraphViz
|
||||
@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= GraphViz::DBI - graph database tables and relations
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz
|
||||
BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= GraphViz::DBI.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (GraphViz-DBI-0.01.tar.gz) = ba8485c65e048e92502fe8ed8255955a
|
||||
MD5 (GraphViz-DBI-0.02.tar.gz) = 9921cf28e6db58c0b4b9728bdf2866d7
|
||||
|
@ -4,7 +4,7 @@ object, pass an open database handle, then call `graph_tables' to
|
||||
determine database metadata and construct a GraphViz graph from the
|
||||
table and field information.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=GraphViz-DBI
|
||||
WWW: http://search.cpan.org/dist/GraphViz-DBI/
|
||||
|
||||
-Anton
|
||||
<tobez@FreeBSD.org>
|
||||
|
@ -1,4 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/DBI/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/DBI.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/DBI
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GraphViz 2>/dev/null || true
|
||||
%%SITE_PERL%%/GraphViz/DBI.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI
|
||||
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/GraphViz 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user