2008-11-10 05:15:55 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2008/11/10 10:15:55 jasper Exp $
|
2008-07-28 20:16:38 -04:00
|
|
|
|
|
|
|
COMMENT = MySQL maatkit tools
|
|
|
|
|
2008-11-10 05:15:55 -05:00
|
|
|
DISTNAME = maatkit-2442
|
2008-07-28 20:16:38 -04:00
|
|
|
CATEGORIES = databases perl5
|
|
|
|
|
2008-09-08 09:35:11 -04:00
|
|
|
HOMEPAGE = http:/www.maatkit.org/
|
2008-07-28 20:16:38 -04:00
|
|
|
|
|
|
|
MAINTAINER = Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2008-09-08 09:35:11 -04:00
|
|
|
MASTER_SITES = http://maatkit.googlecode.com/files/
|
2008-07-28 20:16:38 -04:00
|
|
|
|
|
|
|
RUN_DEPENDS = :p5-DBD-mysql->=1.0:databases/p5-DBD-mysql \
|
|
|
|
:p5-Term-ReadKey->=2.10:devel/p5-Term-ReadKey
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = perl
|
|
|
|
PKG_ARCH = *
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|