d3c6397970
The Modified module is intended as a simple method for programs to detect whether configuration files (or modules they rely on) have changed.
19 lines
645 B
Makefile
19 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/02/21 10:33:45 hiramatsu Exp $
|
|
|
|
DISTNAME= File-Modified-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= kuli0020@umn.edu
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Modified/
|
|
COMMENT= Perl module for checking intelligently if files have changed
|
|
|
|
BUILD_DEPENDS+= {perl>=5.6.1,p5-File-Temp>=0}:../../devel/p5-File-Temp
|
|
DEPENDS+= p5-Digest-SHA1>=0:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-Digest-MD5>=0:../../security/p5-Digest-MD5
|
|
|
|
PERL5_PACKLIST= auto/File/Modified/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|