869369ae66
Update DEPENDS Upstream changes: version 1.054 at 2015-11-12 15:26:29 +0000 ------------------------------------------ Change: 3c9796c2513572da0a41e1ef55db9f86c8b41c59 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2015-11-12 10:24:50 +0000 Support Net::DNS 1.03. Change: 1cea2d126d1d32dc3ecb01e90a0cdef6541127ce Author: Rocco Caputo <rcaputo@cpan.org> Date : 2015-11-12 10:24:50 +0000 Udpate Dist::Zilla configuration for changes to plugins. Change: a6be0cf34adb445e82a166506a42f07e86f3d929 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2014-09-06 14:02:05 +0000 Merge pull request #2 from Hugmeir/master /etc/hosts in Android is in /system/etc/hosts Change: 8f45959868c5154741c0162178c3a95308ede185 Author: Brian Fraser <fraserbn@gmail.com> Date : 2014-07-27 14:42:40 +0000 /etc/hosts in Android is in /system/etc/hosts
21 lines
652 B
Makefile
21 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.18 2016/07/29 11:40:10 wen Exp $
|
|
#
|
|
|
|
DISTNAME= POE-Component-Client-DNS-1.054
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/POE-Component-Client-DNS/
|
|
COMMENT= Non-blocking, concurrent DNS requests
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-POE>=1.294:../../devel/p5-POE
|
|
DEPENDS+= p5-Net-DNS>=0.65:../../net/p5-Net-DNS
|
|
DEPENDS+= p5-Test-NoWarnings>=1.02:../../devel/p5-Test-NoWarnings
|
|
|
|
PERL5_PACKLIST= auto/POE/Component/Client/DNS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|