diff options
Diffstat (limited to 'databases/mysqlreport/Makefile')
-rw-r--r-- | databases/mysqlreport/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysqlreport/Makefile b/databases/mysqlreport/Makefile index bcca963278fe..d917898509ae 100644 --- a/databases/mysqlreport/Makefile +++ b/databases/mysqlreport/Makefile @@ -6,6 +6,7 @@ PORTNAME= mysqlreport PORTVERSION= 3.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://hackmysql.com/scripts/ EXTRACT_SUFX= .tgz @@ -14,8 +15,6 @@ MAINTAINER= lippe@FreeBSD.org COMMENT= Mysqlreport makes a friendly report of important MySQL status values RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql |