d83b8b159a
------------------- 0.302 2014-06-11 - fix some test-issues seen during smoking 0.301 2014-05-25 - introduce a new API to allow one easier to choose operator (<, <=, >=, >) and operands (mtime, atime, ctime) on the one hand and duration objects, seconds since epoch, reference file on the other hand - distinguish between modern API and legacy API, added tests for legacy API and implement legacy API as documented 0.300 2013-11-02 - Move code repository to GitHub - use common (sno) Makefile.PL (bye bye, Module::Install) - use mandatory author tests - taking maintainership (Jens Rehsack)
19 lines
581 B
Makefile
19 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/01/31 01:18:49 mef Exp $
|
|
|
|
DISTNAME= File-Find-Rule-Age-0.302
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Find-Rule-Age/
|
|
COMMENT= Rule to match on file age
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-DateTime>=0.42:../../time/p5-DateTime
|
|
DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
|
|
|
|
PERL5_PACKLIST= auto/File/Find/Rule/Age/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|