- Update *_DEPENDS
- Remove Data::Dumper which is in all supported Perl releases - Add DBI - Add minimal required version PR: ports/161234 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
This commit is contained in:
parent
05a57c6046
commit
6ab722a7a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283371
1 changed files with 7 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= innotop
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
@ -16,9 +17,12 @@ COMMENT= A MySQL and InnoDB monitoring program
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper
|
||||
BUILD_DEPENDS= p5-DBD-mysql>=1:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
RUN_DEPENDS= p5-DBD-mysql>=1:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
p5-DBI>=1.130:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue