b021813da0
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=...").
24 lines
719 B
Makefile
24 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/10/19 19:18:09 he Exp $
|
|
|
|
DISTNAME= VCP-Dest-svk-0.29
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|