16570cf819
pkgsrc changes: - Adjust license definition Upstream changes: v0.40 (released 2010/01/27): * bug fixes - Fixed RT #47500 (http://rt.cpan.org/Public/Bug/Display.html?id=47500), HTTP::DAV::Comms->credentials() method erroneously autovivified basic authentication internal values, causing wrong or undefined credentials to be sent out, or credentials to be "forgot" by HTTP::DAV. Thanks to stoian.iovchev at imperia.bg and Glenn Fowler for their feedback on this. v0.39 (released 2009/12/12): * bug fixes - Fixed RT #52665 (http://rt.cpan.org/Public/Bug/Display.html?id=52665), Using dave or propfind() on URLs containing escaped chars (%xx) could fail, due to upper/lower case differences. Thanks to cebjyre for the patch and the test case.
24 lines
633 B
Makefile
24 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.18 2010/03/15 19:19:12 sno Exp $
|
|
#
|
|
|
|
DISTNAME= HTTP-DAV-0.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5htd
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://webdav.org/perldav/
|
|
#HOMEPAGE= http://search.cpan.org/dist/HTTP-DAV/
|
|
COMMENT= HTTP::DAV interface and 'dave'
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
|
|
DEPENDS+= p5-XML-DOM-[0-9]*:../../textproc/p5-XML-DOM
|
|
|
|
PERL5_PACKLIST= auto/HTTP/DAV/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|