0.30 Wednesday 1st June, 2006 Made './//././././///.//././/////./blah' be treated the same as './blah' (it gets turned into 'blah') 0.29 Tuesday 16th May, 2006 Kludged around {min,max}depth and trailing slashes in path names.
21 lines
622 B
Makefile
21 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/07/19 22:38:13 wiz Exp $
|
|
|
|
DISTNAME= File-Find-Rule-0.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5ffr
|
|
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"
|