pkgsrc/devel/p5-File-ConfigDir/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

22 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.15 2015/06/12 10:49:12 wiz Exp $
DISTNAME= File-ConfigDir-0.017
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/File-ConfigDir
COMMENT= Get directories of configuration files
LICENSE= ${PERL5_LICENSE}
# recommended modules ...
DEPENDS+= p5-File-HomeDir>=0.50:../../devel/p5-File-HomeDir
DEPENDS+= p5-List-MoreUtils>=0.22:../../devel/p5-List-MoreUtils
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/File/ConfigDir/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"