98c3768c3a
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
23 lines
614 B
Makefile
23 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/05/31 12:39:47 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= maatkit-7540
|
|
PKGREVISION= 3
|
|
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+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
|
|
|
|
PERL5_PACKLIST= auto/maatkit/.packlist
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|