aboutsummaryrefslogtreecommitdiff
path: root/databases/innotop
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2011-10-11 13:02:55 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2011-10-11 13:02:55 +0000
commit6ab722a7a4d2e7f0ed33cf8c6b5c705bc514797c (patch)
tree44d1edb9c2f1a0f070d88a319d857343cd5fbfb9 /databases/innotop
parent05a57c60463f8dd61c40aaf74342781877da3857 (diff)
downloadports-6ab722a7a4d2e7f0ed33cf8c6b5c705bc514797c.tar.gz
ports-6ab722a7a4d2e7f0ed33cf8c6b5c705bc514797c.zip
- 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>
Notes
Notes: svn path=/head/; revision=283371
Diffstat (limited to 'databases/innotop')
-rw-r--r--databases/innotop/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile
index 270396e88a39..f122e51d302e 100644
--- a/databases/innotop/Makefile
+++ b/databases/innotop/Makefile
@@ -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