View | Details | Raw Unified | Return to bug 51796
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	GraphViz-DBI
8
PORTNAME=	GraphViz-DBI
9
PORTVERSION=	0.01
9
PORTVERSION=	0.02
10
CATEGORIES=	databases perl5
10
CATEGORIES=	databases perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
12
MASTER_SITE_SUBDIR=	GraphViz
12
MASTER_SITE_SUBDIR=	GraphViz
Lines 15-27 Link Here
15
MAINTAINER=	tobez@FreeBSD.org
15
MAINTAINER=	tobez@FreeBSD.org
16
COMMENT=	GraphViz::DBI - graph database tables and relations
16
COMMENT=	GraphViz::DBI - graph database tables and relations
17
17
18
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz
18
BUILD_DEPENDS=	${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz
19
RUN_DEPENDS=	${BUILD_DEPENDS}
19
RUN_DEPENDS=	${BUILD_DEPENDS}
20
20
21
PERL_CONFIGURE=	yes
21
PERL_CONFIGURE=	yes
22
22
23
MAN3=		GraphViz::DBI.3
23
MAN3=		GraphViz::DBI.3
24
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
25
24
26
post-patch:
25
post-patch:
27
	${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
26
	${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (GraphViz-DBI-0.01.tar.gz) = ba8485c65e048e92502fe8ed8255955a
1
MD5 (GraphViz-DBI-0.02.tar.gz) = 9921cf28e6db58c0b4b9728bdf2866d7
(-)pkg-descr (-1 / +1 lines)
Lines 4-10 Link Here
4
determine database metadata and construct a GraphViz graph from the
4
determine database metadata and construct a GraphViz graph from the
5
table and field information.
5
table and field information.
6
6
7
WWW: http://search.cpan.org/search?dist=GraphViz-DBI
7
WWW: http://search.cpan.org/dist/GraphViz-DBI/
8
8
9
-Anton
9
-Anton
10
<tobez@FreeBSD.org>
10
<tobez@FreeBSD.org>
(-)pkg-plist (-4 / +5 lines)
Lines 1-4 Link Here
1
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/DBI/.packlist
1
%%SITE_PERL%%/GraphViz/DBI.pm
2
lib/perl5/site_perl/%%PERL_VER%%/GraphViz/DBI.pm
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI/.packlist
3
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GraphViz/DBI
3
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI
4
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GraphViz 2>/dev/null || true
4
@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz 2>/dev/null || true
5
@unexec rmdir %D/%%SITE_PERL%%/GraphViz 2>/dev/null || true

Return to bug 51796