1dda0c9dc9
NetBSD Packages Collection. The Perl5 module SVN::Notify provide a class that may be used for sending email messages for Subversion repository activity. There are a number of different modes supported, and SVN::Notify is fully subclassable, to easily add new functionality. By default, A list of all the files affected by the commit will be assembled and listed in a single message. An additional option allows diffs to be calculated for the changes and either appended to the message or added as an attachment. The included subclass, SVN::Notify::HTML, allows the messages to be sent in HTML format. A svnnotify script is also provided.
20 lines
671 B
Makefile
20 lines
671 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/04/20 10:18:24 seb Exp $
|
|
|
|
DISTNAME= SVN-Notify-2.57
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/SVN/Notify/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-Test-Pod-Coverage>=1.06:../../devel/p5-Test-Pod-Coverage
|
|
DEPENDS+= p5-Test-Pod>=1.20:../../devel/p5-Test-Pod
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|