d0b9615874
1.71 2015-03-01 NEILB - Switched to a much more concise README, rather than one based on the pod. SHLOMIF++ - Added documentation for the varlist() method to the doc for AppConfig::State. RT#36409 - Added "use 5.006" to all the modules. RT#47799 - Fixed syntax error in doc. RT#74104 1.70 2015-03-01 NEILB - Some trailing spaces removed. SHLOMIF++ - Min perl specified in the dist metadata. SHLOMIF++ - Scoped declaration of $_ to fix warning. RT#68068 CELOGEEK++ - Fixed mistake in documentation - RT#35640, Steve Bertrand++
19 lines
567 B
Makefile
19 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.31 2015/03/05 07:02:17 wiz Exp $
|
|
|
|
DISTNAME= AppConfig-1.71
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AppConfig/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/AppConfig/
|
|
COMMENT= Perl5 module for parsing config files and command line arguments
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/AppConfig/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|