pkgsrc/databases/maatkit/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

23 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:25 wiz Exp $
#
DISTNAME= maatkit-7540
PKGREVISION= 5
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
REPLACE_PERL+= bin/*
DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
PERL5_PACKLIST= auto/maatkit/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"