pkgsrc/devel/p5-SVN-Notify/Makefile
wen fe063143e0 Update to 2.86
Upstream changes:
2.86
      - Add version to SVN::Notify::SMTP to make PAUSE happy.

2.85  2016-03-29T23:29:11Z
      - Fixed a typo, thanks to gregor herrmann of the Debian project.
      - Eliminated "Unescaped left brace in regex is deprecated" warnings on
        Perl 5.21.
      - Fixed test failures triggered by an improvement to the encoding of
        headers by the Encode module. Thanks to Pali for the fix!
      - Improved the encoding of the "From", "To", and "Reply-To" headers so
        that only the phrase part is encoded, not the address itself. Thanks
        to Pali for the corrections.
      - Now require Email::Address to handle the proper parsing of addresses
        for encoding into headers.
2016-07-28 06:26:38 +00:00

23 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.23 2016/07/28 06:26:38 wen Exp $
DISTNAME= SVN-Notify-2.86
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5 scm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVN/}
MAINTAINER= pkgsrc-users@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
# 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
DEPENDS+= p5-Email-Address>=1.897:../../mail/p5-Email-Address
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"