pkgsrc/www/p5-LWPx-ParanoidAgent/Makefile
wiz 03c3ce5083 p5-LWPx-ParanoidAgent: update to 1.12.
1.12    2016-09-29
	- Fix to work with Net::DNS 1.03 (RT#108745)
	  Net::DNS::bgsend()/bgread() API changed in a backward-incompatible
	  way in 1.03. Deal with either a IO::Select object or a socket, as it
	  was before.  (Cosimo Streppone <cosimo@cpan.org>)
    - fixed: https://github.com/csirtgadgets/LWPx-ParanoidAgent/issues/18
    - fixed: https://github.com/csirtgadgets/LWPx-ParanoidAgent/issues/14

1.11	2014-
	- fixed read-timeout issue: https://github.com/csirtgadgets/LWPx-ParanoidAgent/issues/7
2017-09-27 15:59:47 +00:00

24 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.17 2017/09/27 15:59:47 wiz Exp $
#
DISTNAME= LWPx-ParanoidAgent-1.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWPx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/LWPx-ParanoidAgent/
COMMENT= Subclass of module LWP::UserAgent that protects you from harm
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
PERL5_PACKLIST= auto/LWPx/ParanoidAgent/.packlist
USE_LANGUAGES= # none
pre-configure:
find ${WRKSRC} -type f -name '*.orig' -print | xargs rm -f
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"