2008-10-19 21:17:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:54 he Exp $
|
2006-02-21 11:33:45 +01:00
|
|
|
|
|
|
|
DISTNAME= File-Modified-0.07
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
2008-10-19 21:17:40 +02:00
|
|
|
PKGREVISION= 1
|
2006-02-21 11:33:45 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
|
2008-07-20 18:09:34 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-02-21 11:33:45 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/dist/File-Modified/
|
|
|
|
COMMENT= Perl module for checking intelligently if files have changed
|
|
|
|
|
2008-06-20 03:09:05 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2006-02-21 11:33:45 +01:00
|
|
|
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"
|