Pkgsrc changes: o Adjust dependencies to match new requirements. Upstream changes: version 3.14: Mon Feb 16 14:18:09 CET 2009 Fixes: - isparent() when list() returns nothing. rt.cpan.org#42932 [Phil Lobbes] - Quote more characters in Massage(): add CTL, [, ], % and * rt.cpan.org#42932 [Phil Lobbes] - message_string() will only complain about a difference between reported message size and actually received size; it will not try to correct it anymore. rt.cpan.org#42987 [Phil Lobbes] - No error when empty text in append_string() rt.cpan.org#42987 [Phil Lobbes] - login() should not try authenticate() if auth is empty or undef rt.cpan.org#43277 [Phil Lobbes] version 3.13: Thu Jan 15 10:29:04 CET 2009 Fixes: - "othermessage" in bodystructure parser should expect an MD5, not bodyparams. Fix and test(!) by [Michael Stok] Improvement: - minor simplifications in code of run() and _imap_command() - get_bodystructure trace message fix [Michael Stok] - add Domain option for NTLM authentication.
28 lines
877 B
Makefile
28 lines
877 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/02/22 12:38:01 he Exp $
|
|
#
|
|
|
|
DISTNAME= Mail-IMAPClient-3.14
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mic
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Mail-IMAPClient/
|
|
COMMENT= Perl5 module for talking to RFC-2060 IMAP servers
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
|
|
DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp
|
|
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
|
|
DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|
|
|
|
PERL5_PACKLIST= auto/Mail/IMAPClient/.packlist
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC} && ${TOUCH} ${TOUCH_FLAGS} test.txt
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|