openbsd-ports/databases/mytop/Makefile
2010-11-26 07:18:59 +00:00

30 lines
576 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/11/26 07:18:59 espie 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= databases/p5-DBD-mysql>=2.9004 \
devel/p5-Term-ReadKey>=2.30
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE=perl
USE_GROFF = Yes
PKG_ARCH= *
.include <bsd.port.mk>