to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
24 lines
682 B
Makefile
24 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.15 2008/10/19 19:17:43 he Exp $
|
|
#
|
|
|
|
DISTNAME= mytop-0.8
|
|
PKGREVISION= 3
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://public.yahoo.com/~jzawodn/mytop/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://public.yahoo.com/~jzawodn/mytop/
|
|
COMMENT= Console-based tool for monitoring the threads and performance of MySQL
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
|
|
|
|
PERL5_PACKLIST= auto/mytop/.packlist
|
|
REPLACE_PERL= mytop
|
|
NO_BUILD= YES
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|