pkgsrc/devel/p5-SVN-Notify/Makefile
rhaen 1922dd6780 - updated to 2.78
ChangeLog:
2.78   2008-09-24T04:41:27
      - When searching for an executable to run, SVN::Notify now also looks in
        the "installbin" and "installscript" directories, as specified by the
        Config module. Patch from John Peacock to improve the finding of apps
        on Strawberry Perl.
      - Documented --to-email-map in `svnnotify`. It was already documented in
        SVN::Notify, but I'd forgoten to include it in the command-line
        script. Reported by Grégory Joseph (Bug #22620).
      - Fixed a bug in the test suite where an unexpected exception was thrown
        on platforms where `sendmail` was not available. Reported by David
        Golden via CPAN-Testers.
2008-11-11 09:06:23 +00:00

17 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/11/11 09:06:23 rhaen Exp $
DISTNAME= SVN-Notify-2.78
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
PERL5_PACKLIST= auto/SVN/Notify/.packlist
PERL5_MODULE_TYPE= Module::Build
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"