40bbad7ac6
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
34 lines
1.2 KiB
Makefile
34 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.31 2015/07/12 18:56:16 wiz Exp $
|
||
|
||
DISTNAME= POE-1.366
|
||
PKGNAME= p5-${DISTNAME}
|
||
PKGREVISION= 1
|
||
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
|
||
LICENSE= ${PERL5_LICENSE}
|
||
|
||
#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.33
|
||
DEPENDS+= p5-Curses>=1.08:../../devel/p5-Curses
|
||
DEPENDS+= p5-Event>=1.00:../../devel/p5-Event
|
||
DEPENDS+= p5-IO-tty>=1.08:../../devel/p5-IO-Tty
|
||
DEPENDS+= p5-POE-Test-Loops>=1.360:../../devel/p5-POE-Test-Loops
|
||
DEPENDS+= p5-Socket6>=0.14:../../net/p5-Socket6
|
||
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
|
||
#DEPENDS+= {perl>=5.8.5,p5-Term-Cap>=1.09}:../../devel/p5-Term-Cap
|
||
#DEPENDS+= {perl>=5.8.4,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
|
||
DEPENDS+= p5-IO-Pipely>=0.005:../../devel/p5-IO-Pipely
|
||
|
||
MAKE_PARAMS+= --default
|
||
PERL5_PACKLIST= auto/POE/.packlist
|
||
|
||
REPLACE_PERL= lib/POE/Wheel/Curses.pm
|
||
|
||
.include "../../lang/perl5/module.mk"
|
||
.include "../../mk/bsd.pkg.mk"
|