pkgsrc/devel/p5-POE/Makefile
wiz b0f50ba8cc p5-POE: update to 1.368.
commit 0f954072fe361ad48861202c43aec3c0b5129e4a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Feb 1 16:22:28 2020 +0000

    Version bump for release.

  commit b9971dfd392ac3098ef3bfaf6e1fbce2fcb48b01
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Feb 1 12:40:44 2020 +0000

    Fix leolo-filter-httpd test when HTTP::Status is missing

  commit 209890407b501a86ee322b07e9170ad8054c7bf1
  Author: Michael Brantley <brantley@deshaw.com>
  Date:   Tue Feb 20 07:12:06 2018 -0500

    Update broken Pod links in lib/POE/Filter/HTTPD.pm

    Update Pod links to refer only to the utf8 module and not its
    methods, fix a mis-capitalized internal reference, and convert the
    dangling "MaxContent" link into a code reference.

    Resolves bug: https://rt.cpan.org/Public/Bug/Display.html?id=124496

  commit 1d088d3755f770397a27852f95925564d4c3f134
  Author: Michael Brantley <brantley@deshaw.com>
  Date:   Tue Feb 20 07:07:22 2018 -0500

    Update old URLs referenced in Pod

    Remove mention of old URLs, replace mention of canonical SVN repo
    with the new git-based one at github.com.

    Resolves bug: https://rt.cpan.org/Public/Bug/Display.html?id=124495

  commit 92c2cfb55ae87ecdb4a89ad5fac65315052a3d15
  Author: Mohammad S Anwar <mohammad.anwar@yahoo.com>
  Date:   Fri Jul 20 18:22:44 2018 +0100

    Fixed minor typo in the pod.

  commit cf5b772fa54e0cda0e447c33ce351f1e6c074d42
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Oct 29 10:09:52 2019 +0000

    Corrected previous commit as per tonyc's suggestion

  commit ad8639840383ea1b166ff0090afabc954dffba27
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri Oct 25 15:21:25 2019 +0100

    RT#130664 test failures with v5.31.5

    As per perldelta entry for v5.31.5

    https://metacpan.org/pod/release/SHAY/perl-5.31.5/pod/perldelta.pod#I
    ncompatible-Changes

  commit 1c0dccd41b8fc1fd2bbfd4ea6a0e94255cd747fc
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Feb 29 17:54:58 2016 -0500

    Modernize the SYNOPSIS by replacing perl -w with "use warnings".

    Thanks, mauke @ irc.perl.org #perl!
2020-09-07 09:43:42 +00:00

36 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.40 2020/09/07 09:43:42 wiz Exp $
DISTNAME= POE-1.368
PKGNAME= p5-${DISTNAME}
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
# for make test
BUILD_DEPENDS+= p5-Email-MIME-RFC2047-[0-9]*:../../mail/p5-Email-MIME-RFC2047
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"