pkgsrc/devel/p5-File-Find-Rule/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

22 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/08/06 06:19:10 jlam Exp $
DISTNAME= File-Find-Rule-0.28
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ffr
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/File-Find-Rule/
COMMENT= Alternative interface to File::Find
DEPENDS+= p5-Number-Compare>=0.01:../../math/p5-Number-Compare
DEPENDS+= p5-Text-Glob>=0.06:../../textproc/p5-Text-Glob
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/File/Find/Rule/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"