pkgsrc/devel/p5-POE/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

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2008/10/19 19:17:58 he Exp $
DISTNAME= POE-1.003
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://poe.perl.org/
#HOMEPAGE= http://search.cpan.org/dist/POE/
COMMENT= Perl Object Environment
DEPENDS+= p5-Compress-Zlib>=1.33:../../devel/p5-Compress-Zlib
DEPENDS+= p5-Curses>=1.08:../../devel/p5-Curses
DEPENDS+= p5-Event>=1.00:../../devel/p5-Event
DEPENDS+= p5-IO-tty>=1.02:../../devel/p5-IO-Tty
DEPENDS+= p5-IO>=1.2301:../../devel/p5-IO
DEPENDS+= p5-POE-Test-Loops>=1.002:../../devel/p5-POE-Test-Loops
DEPENDS+= p5-Socket6>=0.14:../../net/p5-Socket6
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Term-Cap>=1.09:../../devel/p5-Term-Cap
DEPENDS+= p5-Time-HiRes>=1.59:../../time/p5-Time-HiRes
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_PARAMS+= --default
PERL5_PACKLIST= auto/POE/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"