c3b68617ea
This is a *BETA* snapshot of the VCP sources, which is as-yet unreleased. vcp ('version copy') copies versions of files from one repository to another, translating as much metadata as possible along the way. This allows you to copy and translate files and their histories between revision storage systems.
25 lines
1 KiB
Makefile
25 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 01:53:35 jlam Exp $
|
|
|
|
DISTNAME= VCP-autrijus-snapshot-0.9-${SNAPSHOT_VERS}
|
|
SNAPSHOT_VERS= 20050110
|
|
PKGNAME= p5-${DISTNAME:S/-autrijus-snapshot-/-/:S/-${SNAPSHOT_VERS}$/beta${SNAPSHOT_VERS}/}
|
|
CATEGORIES= devel perl5
|
|
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
|
|
|
|
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"
|