fa7c99f348
ok giovanni@ (MAINTAINER)
28 lines
572 B
Makefile
28 lines
572 B
Makefile
# $OpenBSD: Makefile,v 1.15 2010/12/15 12:20:57 jasper Exp $
|
|
|
|
COMMENT = MySQL maatkit tools
|
|
|
|
DISTNAME = maatkit-7119
|
|
CATEGORIES = databases perl5
|
|
|
|
HOMEPAGE = http://www.maatkit.org/
|
|
|
|
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://maatkit.googlecode.com/files/
|
|
|
|
RUN_DEPENDS = databases/p5-DBD-mysql>=1.0 \
|
|
devel/p5-Term-ReadKey>=2.10
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE = perl
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|