19c0eba987
Upstream changes: version 1.12 at 2013-01-10 14:55:52 +0000 ----------------------------------------- Change: 34a8e3a668f6c4ba1f5725971598fc8cd4eaef1b Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-01-10 14:55:52 +0000 Bump version to 1.12 Change: 37b60d1ae2460076f82f07300b2c1f0d78412200 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-01-10 14:55:28 +0000 Implement a timeout option Change: 4a636064c8cceeddc33fac4095ff546d5e62e3a1 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2013-01-10 13:19:52 +0000 Update distribution to Dist::Zilla
20 lines
576 B
Makefile
20 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/09/08 04:54:42 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Test-POE-Client-TCP-1.12
|
|
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"
|