pkgsrc/devel/p5-File-Modified/Makefile

21 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/10/31 11:18:11 asau Exp $
DISTNAME= File-Modified-0.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Modified/
COMMENT= Perl module for checking intelligently if files have changed
LICENSE= ${PERL5_LICENSE}
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"