a5246a196a
2009-11-21 Release 5.834 Gisle Aas (4): Check for sane default_headers argument [RT#50393] Add $ua->local_address attribute [RT#40912] Test that generation of boundary works [RT#49396] Page does not display the "standard" apache listing any more Ville Skyttä (2): Remove unneeded executable permissions. Switch compression/decompression to use the IO::Compress/IO::Uncompress and Compress::Raw::Zlib family of modules. Slaven Rezic (1): lwp-request should use stderr for auth [RT#21620]
36 lines
1.2 KiB
Makefile
36 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.77 2009/12/15 13:41:44 wiz Exp $
|
|
|
|
DISTNAME= libwww-perl-5.834
|
|
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
|
|
SVR4_PKGNAME= p5lww
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/libwww-perl/
|
|
COMMENT= Perl5 library for WWW access
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
|
|
DEPENDS+= p5-Crypt-SSLeay>=0:../../security/p5-Crypt-SSLeay
|
|
DEPENDS+= {perl>=5.10,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
|
|
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
|
|
DEPENDS+= 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-URI>=1.10:../../www/p5-URI
|
|
|
|
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"
|