2010-12-15 12:20:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2010/12/15 12:20:57 jasper Exp $
|
2008-07-29 00:16:38 +00:00
|
|
|
|
|
|
|
COMMENT = MySQL maatkit tools
|
|
|
|
|
2010-12-15 12:20:57 +00:00
|
|
|
DISTNAME = maatkit-7119
|
2008-07-29 00:16:38 +00:00
|
|
|
CATEGORIES = databases perl5
|
|
|
|
|
2009-06-04 07:14:40 +00:00
|
|
|
HOMEPAGE = http://www.maatkit.org/
|
2008-07-29 00:16:38 +00:00
|
|
|
|
2009-01-07 08:40:11 +00:00
|
|
|
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
2008-07-29 00:16:38 +00:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2008-09-08 13:35:11 +00:00
|
|
|
MASTER_SITES = http://maatkit.googlecode.com/files/
|
2008-07-29 00:16:38 +00:00
|
|
|
|
2010-11-26 07:18:59 +00:00
|
|
|
RUN_DEPENDS = databases/p5-DBD-mysql>=1.0 \
|
|
|
|
devel/p5-Term-ReadKey>=2.10
|
2008-07-29 00:16:38 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = perl
|
|
|
|
PKG_ARCH = *
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|