freebsd-ports/databases/pgtop/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

26 lines
582 B
Makefile

# New ports collection makefile for: pgtop
# Date created: 30 May 2006
# Whom: Bartek Rutkowski <r@robakdesign.com>
#
# $FreeBSD$
#
PORTNAME= pgtop
PORTVERSION= 0.05
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:COSIMO
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Display PostgreSQL performance info like top(1)
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
MAN1= pgtop.1
.include <bsd.port.mk>