pkgsrc/devel/p5-VCP-Dest-svk/Makefile
seb c3f1e700ad 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
720 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/08/21 16:34:43 seb Exp $
DISTNAME= VCP-Dest-svk-0.29
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel perl5 scm
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/${MODULE_DIR}/${AUTHOR_DIR}/}
MODULE_DIR= modules/by-module
AUTHOR_DIR= authors/id/C/CL/CLKAO
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/VCP-Dest-svk/
COMMENT= VCP destination driver for SVN/SVK repositories
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-VCP>=0.9beta20050110:../../devel/p5-VCP
DEPENDS+= p5-YAML>=0.62:../../textproc/p5-YAML
DEPENDS+= svk>=1.04:../../devel/svk
PERL5_PACKLIST= auto/VCP/Dest/svk/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"