14760fb0b1
ok Dave Steinberg (MAINTAINER)
29 lines
594 B
Makefile
29 lines
594 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/06 21:31:56 jasper Exp $
|
|
|
|
COMMENT= top clone for MySQL
|
|
|
|
DISTNAME= mytop-1.6
|
|
CATEGORIES= databases perl5
|
|
|
|
HOMEPAGE= http://jeremy.zawodny.com/mysql/mytop/
|
|
|
|
MAINTAINER= Dave Steinberg <dave@redterror.net>
|
|
|
|
# GPL / Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
RUN_DEPENDS= :p5-DBD-mysql->=2.9004:databases/p5-DBD-mysql \
|
|
:p5-Term-ReadKey->=2.30:devel/p5-Term-ReadKey
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|