diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-02-25 22:57:32 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-02-25 22:57:32 +0000 |
commit | 502c239223c2f697e92829fbd0bcc484adb8a9db (patch) | |
tree | baa92aa7c1f890353fd4a07e4b18a84ec897b207 /databases/pgtop/Makefile | |
parent | 97db28fb1b2913ab12a67871cbba7dde7e971a1a (diff) | |
download | ports-502c239223c2f697e92829fbd0bcc484adb8a9db.tar.gz ports-502c239223c2f697e92829fbd0bcc484adb8a9db.zip |
Notes
Diffstat (limited to 'databases/pgtop/Makefile')
-rw-r--r-- | databases/pgtop/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/pgtop/Makefile b/databases/pgtop/Makefile index cac2dbcc022f..963d1193ddf7 100644 --- a/databases/pgtop/Makefile +++ b/databases/pgtop/Makefile @@ -7,18 +7,17 @@ PORTNAME= pgtop PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/C/CO/COSIMO -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kuriyama@FreeBSD.org COMMENT= Display PostgreSQL performance info like top(1) -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ - ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg \ - ${SITE_PERL}/${PERL_ARCH}/Bundle/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long +RUN_DEPENDS= p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-DBD-Pg>=1.22:${PORTSDIR}/databases/p5-DBD-Pg \ + p5-DBI>=1.16:${PORTSDIR}/databases/p5-DBI PERL_CONFIGURE= yes |