e250c911a7
ChangeLog: 2.83 2011-10-29T00:19:07Z - Added the `smtp_port` parameter and accompanying `--smtp-port` option. Patch from Gustavo Leite de Mendonça Chaves. - Switched from Net::SMTP and Net::SMTP_auth to Net::SMTP::TLS, which handles TLS and non TLS and auth and non-auth in any combintation. Based on patches from Dawood Sangameshwari and Marino Miculan (RT # 40188). - Added `--smtp-tls` option to enable TLS. Based on patch from Marino Miculan. - Deprecated `--smtp-authtype`, which is now a no-op. Net::SMTP::TLS determins the auth type to use by asking the SMTP server.
23 lines
752 B
Makefile
23 lines
752 B
Makefile
# $NetBSD: Makefile,v 1.14 2012/01/26 12:18:43 rhaen Exp $
|
|
|
|
DISTNAME= SVN-Notify-2.83
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5 scm
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/SVN-Notify/
|
|
COMMENT= Perl module for mailing messages for Subversion repository activity
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/SVN/Notify/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# Recommended dependencies
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-Net-SMTP_auth-[0-9]*:../../mail/p5-Net-SMTP_auth
|
|
DEPENDS+= p5-Text-Trac-[0-9]*:../../textproc/p5-Text-Trac
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|