pkgsrc/devel/p5-Devel-Events/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00

29 lines
1,004 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:51 he Exp $
#
DISTNAME= Devel-Events-0.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Devel-Events/
COMMENT= Perl 5 module providing an extensible instrumentation framework
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Devel/Events/.packlist
BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
DEPENDS+= p5-Moose>=0.33:../../devel/p5-Moose
DEPENDS+= p5-MooseX-AttributeHelpers>=0.03:../../devel/p5-MooseX-AttributeHelpers
DEPENDS+= p5-Set-Object-[0-9]*:../../devel/p5-Set-Object
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
CHECK_INTERPRETER_SKIP+= ${PERL5_INSTALLVENDORLIB:S|^${PREFIX}/||}/Devel/Events.pm
CHECK_INTERPRETER_SKIP+= ${PERL5_INSTALLVENDORLIB:S|^${PREFIX}/||}/Devel/Events/*
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"