pkgsrc/devel/p5-File-Find-Rule-Permissions/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

20 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/06/12 10:49:13 wiz Exp $
DISTNAME= File-Find-Rule-Permissions-2.0
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/File-Find-Rule-Permissions/
COMMENT= Rule to match on file permissions and user access
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Devel-CheckOS>=1:../../devel/p5-Devel-CheckOS
DEPENDS+= p5-File-Find-Rule>=0.10:../../devel/p5-File-Find-Rule
PERL5_PACKLIST= auto/File/Find/Rule/Permissions/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"