- Makefile.PL updated - removed TLS test for now, some cpan testers reporting issues with the configuration, seems pointless given the Makefile - removed some of the tests that seem to fail on congested machines (eg: cpantesters). - [SREZIC] added mirror support: https://rt.cpan.org/Ticket/Display.html?id=44569
21 lines
626 B
Makefile
21 lines
626 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/07/10 02:46:43 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= LWPx-ParanoidAgent-1.09
|
|
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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|