b021813da0
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=...").
34 lines
1.1 KiB
Makefile
34 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:58 he Exp $
|
|
|
|
DISTNAME= POE-Test-Loops-1.002
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/POE-Test-Loops/
|
|
COMMENT= Perl module providing reusable tests for POE::Loop authors
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/POE/Test/Loops/.packlist
|
|
|
|
TESTS_TO_FIX= comp_tcp_concurrent.pm all_errors.pm comp_tcp.pm \
|
|
connect_errors.pm k_alarms.pm k_aliases.pm k_detach.pm \
|
|
k_selects.pm k_sig_child.pm k_signals.pm sbk_signal_init.pm \
|
|
ses_nfa.pm ses_session.pm wheel_accept.pm wheel_curses.pm \
|
|
wheel_readline.pm wheel_readwrite.pm wheel_run.pm wheel_sf_ipv6.pm \
|
|
wheel_sf_tcp.pm wheel_sf_udp.pm wheel_sf_unix.pm wheel_tail.pm
|
|
|
|
.for t in ${TESTS_TO_FIX}
|
|
REPLACE_PERL+= lib/POE/Test/Loops/${t}
|
|
.endfor
|
|
|
|
SUBST_CLASSES+= perl
|
|
SUBST_STAGE.perl= post-configure
|
|
SUBST_FILES.perl= lib/POE/Test/Loops.pm
|
|
SUBST_SED.perl= -e 's,\#!/usr/bin/perl,\#!${PERL5},g'
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|