f0db7b7370
of upcoming import of devel/p5-SVN-Class. Path::Class::File::Stat is a simple extension of Path::Class::File. Path::Class::File::Stat is useful in long-running programs (as under mod_perl) where you might have a file handle opened and want to check if the underlying file has changed.
22 lines
669 B
Makefile
22 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 14:49:44 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Path-Class-File-Stat-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KA/KARMAN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Path-Class-File-Stat/
|
|
COMMENT= Cache and compare stat() calls on a Path::Class::File object
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Path/Class/File/Stat/.packlist
|
|
|
|
DEPENDS+= p5-Path-Class>=0.15:../../devel/p5-Path-Class
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|