|
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/;' \ |