pkgsrc/devel/p5-SVN-Notify/Makefile
wiz 72f9087305 Update to 2.82:
2.82  2011-06-26T05:12:04
      - Moved the repository to
        [GitHub](https://github.com/theory/svn-notify/). Yes, I'm aware of the
        irony.

2.81  2011-02-19T03:09:43
      - Removed deprecated use of `qw(...)` as parentheses.
      - Fixed test failures due to a change in the opration of MIME-Q
        encoding.
2011-08-16 23:09:33 +00:00

23 lines
750 B
Makefile

# $NetBSD: Makefile,v 1.13 2011/08/16 23:09:33 wiz Exp $
DISTNAME= SVN-Notify-2.82
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"