pkgsrc/devel/p5-SVN-Notify/Makefile
seb febfbb41f9 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

24 lines
765 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/08/21 16:34:23 seb Exp $
DISTNAME= SVN-Notify-2.80
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"