mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Unbreak this port
- Remove duplicated PERL_CONFIGURE - Fix PLIST - Pet portlint
This commit is contained in:
parent
42fa314823
commit
a63de6cf8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283094
2 changed files with 4 additions and 7 deletions
|
@ -9,19 +9,16 @@ PORTNAME= GraphViz-DBI
|
|||
PORTVERSION= 1.100860
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITES_SUBDIR= CPAN:MARCEL
|
||||
MASTER_SITE_SUBDIR= CPAN:MARCEL
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
# Note: DEPRECATION candidate.
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= GraphViz::DBI - graph database tables and relations
|
||||
|
||||
BROKEN= does not fetch
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%%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
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz
|
||||
@dirrmtry %%SITE_PERL%%/GraphViz
|
||||
|
|
Loading…
Add table
Reference in a new issue