summaryrefslogtreecommitdiff
path: root/databases/maatkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/maatkit/Makefile')
-rw-r--r--databases/maatkit/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/maatkit/Makefile b/databases/maatkit/Makefile
new file mode 100644
index 00000000000..4ea682b6a52
--- /dev/null
+++ b/databases/maatkit/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/04/26 00:00:13 mspo Exp $
+#
+
+DISTNAME= maatkit-7410
+PKGREVISION= 1
+CATEGORIES= databases
+MASTER_SITES= http://maatkit.googlecode.com/files/
+
+MAINTAINER= msporleder@gmail.com
+HOMEPAGE= http://code.google.com/p/maatkit/downloads/
+COMMENT= Advanced command-line tools for open-source databases (MySQL)
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= perl
+PKG_DESTDIR_SUPPORT= user-destdir
+
+REPLACE_PERL+= bin/*
+
+DEPENDS+= p5-DBD-mysql:../../databases/p5-DBD-mysql
+DEPENDS+= p5-Time-HiRes:../../time/p5-Time-HiRes
+
+PERL5_PACKLIST= auto/maatkit/.packlist
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"