a1ed9fc77f
2015-12-15 Release 6.15 (special thanks to Chase Whitener for testing many of these changes out in 6.14_001!) Graham Knop (1): - tests now use localhost rather than a net-accessible address (PR#76) Michael Schwern (1): - fixed some tests to do what they intended (regex rather than boolean checks) (from PR#28) Joe Atzberger (2): - conversion of some tests from Test.pm to Test::More (from PR#29) Piotr Roszatycki (1): - use File::Temp for randomized tempdir (PR#53)
52 lines
2 KiB
Makefile
52 lines
2 KiB
Makefile
# $NetBSD: Makefile,v 1.96 2015/12/06 10:48:09 wiz Exp $
|
|
|
|
DISTNAME= libwww-perl-6.15
|
|
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/libwww-perl/
|
|
COMMENT= Perl5 library for WWW access
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#DEPENDS+= {perl>=5.10,p5-Digest-MD5>=0}:../../security/p5-Digest-MD5
|
|
# Encode in perl 5.14
|
|
DEPENDS+= p5-Encode-Locale>=0:../../textproc/p5-Encode-Locale
|
|
DEPENDS+= p5-File-Listing>=6:../../devel/p5-File-Listing
|
|
# HTML::Entities in perl 5.14
|
|
# HTML::HeadParser in perl 5.14
|
|
DEPENDS+= p5-HTTP-Cookies>=6:../../www/p5-HTTP-Cookies
|
|
DEPENDS+= p5-HTTP-Daemon>=6:../../www/p5-HTTP-Daemon
|
|
DEPENDS+= p5-HTTP-Date>=6:../../www/p5-HTTP-Date
|
|
DEPENDS+= p5-HTTP-Negotiate>=6:../../www/p5-HTTP-Negotiate
|
|
# HTTP::{Request,Request::Common,Response,Status} in HTTP::Message
|
|
DEPENDS+= p5-HTTP-Message>=6:../../www/p5-HTTP-Message
|
|
# IO::Select in perl 5.14
|
|
# IO::Socket in perl 5.14
|
|
DEPENDS+= p5-LWP-MediaTypes>=6:../../www/p5-LWP-MediaTypes
|
|
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=2.1}:../../converters/p5-MIME-Base64
|
|
#DEPENDS+= {perl>=5.10,p5-Net>=1.09}:../../net/p5-Net # for Net::FTP>=2.58
|
|
DEPENDS+= p5-Net-HTTP>=6.07:../../www/p5-Net-HTTP
|
|
DEPENDS+= p5-URI>=1.10:../../www/p5-URI
|
|
# URI::Escape in URI
|
|
DEPENDS+= p5-WWW-RobotRules>=6.01:../../www/p5-WWW-RobotRules
|
|
|
|
# Optionals
|
|
DEPENDS+= p5-LWP-Protocol-https>=6.02:../../www/p5-LWP-Protocol-https
|
|
#DEPENDS+= {perl>=5.9.4,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress
|
|
DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
|
|
DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset
|
|
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/LWP/.packlist
|
|
MAKE_ENV+= PERL_MM_USE_DEFAULT=1
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "options.mk"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|