pkgsrc/devel/p5-VCP/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
2008-10-19 19:17:40 +00:00

28 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.4 2008/10/19 19:18:09 he Exp $
DISTNAME= VCP-autrijus-snapshot-0.9-${SNAPSHOT_VERS}
SNAPSHOT_VERS= 20050110
PKGNAME= p5-${DISTNAME:S/-autrijus-snapshot-/-/:S/-${SNAPSHOT_VERS}$/beta${SNAPSHOT_VERS}/}
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/A/AU/AUTRIJUS
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Versioned Copy, copying hierarchies of versioned files
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
DEPENDS+= p5-Regexp-Shellish>=0.93:../../devel/p5-Regexp-Shellish
DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
DEPENDS+= p5-XML-AutoWriter>=0.38:../../textproc/p5-XML-AutoWriter
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
PERL5_PACKLIST= auto/VCP/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"