3422f92404
Upstream changes: version 1.20 at 2016-04-22 14:10:51 +0000 ----------------------------------------- Change: 9aea167dd7998ff16039b0bd6d80286d530037f8 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2016-04-22 15:10:51 +0000 Support IPv6
20 lines
570 B
Makefile
20 lines
570 B
Makefile
# $NetBSD: Makefile,v 1.17 2016/08/11 00:04:18 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Test-POE-Server-TCP-1.20
|
|
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-Server-TCP/
|
|
COMMENT= POE Component providing TCP server services for tests
|
|
LICENSE= artistic-2.0
|
|
|
|
DEPENDS+= p5-POE>=1.004:../../devel/p5-POE
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/POE/Server/TCP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|