pkgsrc/devel/p5-AppConfig/Makefile
wiz ddc46c0a9f Update to 1.64:
#========================================================================
# Version 1.64  Date: 2007/01/02 (Adam Kennedy)
#========================================================================

* Bug fix to prevent crashing for users with no home directory

* Increase File::HomeDir dep to 0.61 which supports no home directory
  cases properly.

#========================================================================
# Version 1.63  Date: 2006/08/03 (Adam Kennedy)
#========================================================================

* Unified version numbers and removed repository magic

* Removed "use warnings" to get the Perl version dependency back to 5.005

* Removed "use base Exporter" which doesn't always work

* Use File::HomeDir to find $HOME instead of doing it ourself, sorta

* Fixed a POD bug in AppConfig::Sys and added a 99_pod.t test

* Added a LICENSE file
2007-02-27 12:47:23 +00:00

20 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.16 2007/02/27 12:47:23 wiz Exp $
DISTNAME= AppConfig-1.64
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5apc
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AD/ADAMK/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/AppConfig/
COMMENT= Perl5 module for parsing config files and command line arguments
DEPENDS+= p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/AppConfig/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"