pkgsrc/devel/p5-Test-POE-Client-TCP/Makefile
wen d3037ec928 Update to 1.26
Upstream changes:
version 1.26 at 2018-11-16 18:59:15 +0000
-----------------------------------------

  Change: 568bcd2cf9d6433af20a9c656566534c48376e8d
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-11-16 18:59:15 +0000

    Require a more recent Socket

-----------------------------------------
version 1.24 at 2018-09-17 09:02:56 +0000
-----------------------------------------

  Change: e388b5a07feb6fcf272c916236f0698ffbbd1a91
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2018-09-17 10:02:56 +0000

    Release engineering for 1.24

  Change: a0d662f7225e68faf8dd8f4d76ec85e7f3af1490
  Author: Damyan Ivanov <dmn@debian.org>
  Date : 2018-09-16 20:49:45 +0000

    add support for IPv6
2018-11-25 13:06:08 +00:00

19 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.18 2018/11/25 13:06:08 wen Exp $
DISTNAME= Test-POE-Client-TCP-1.26
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-POE-Client-TCP/
COMMENT= POE Component providing TCP client services for test cases
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/POE/Client/TCP/.packlist
DEPENDS+= p5-POE>=1.28:../../devel/p5-POE
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"