pkgsrc/devel/p5-SVN-Simple/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

19 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/08/06 06:19:13 jlam Exp $
DISTNAME= SVN-Simple-0.27
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Simple interface to the Subversion delta editor interface
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-subversion>=1.0.4:../../devel/p5-subversion
PERL5_PACKLIST= auto/SVN/Simple/Edit/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"