diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2011-10-11 13:02:55 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2011-10-11 13:02:55 +0000 |
commit | 6ab722a7a4d2e7f0ed33cf8c6b5c705bc514797c (patch) | |
tree | 44d1edb9c2f1a0f070d88a319d857343cd5fbfb9 /databases/innotop | |
parent | 05a57c60463f8dd61c40aaf74342781877da3857 (diff) |
Notes
Diffstat (limited to 'databases/innotop')
-rw-r--r-- | databases/innotop/Makefile | 10 |
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 |