pkgsrc/devel/p5-SVN-Mirror/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

25 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:13 jlam Exp $
DISTNAME= SVN-Mirror-0.60
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Mirrors one Subversion repository to another
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-subversion>=1.0.7:../../devel/p5-subversion
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Data-UUID>=0.11:../../devel/p5-Data-UUID
DEPENDS+= p5-SVN-Simple>=0.26:../../devel/p5-SVN-Simple
PERL5_PACKLIST= auto/SVN/Mirror/.packlist
MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"