36504ff5e0
0.011 2014-01-06 - add forgotton 0.010 Changelog 0.010 2014-01-06 - bump copyright year - improve acknowledgements - rely on BAIL_OUT of Test::More instead of simulating it 0.009 2013-10-25 - add API to allow plugins to improve registration (speeds up loading) - switch to ExtUtils::MakeMaker, 'cause Module::Build had trouble with recent meta spec ...
21 lines
665 B
Makefile
21 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/01/07 14:04:42 wiz Exp $
|
|
|
|
DISTNAME= File-ConfigDir-0.011
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RE/REHSACK/}
|
|
|
|
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"
|