4dc4cd4b4e
Upstream changes: 0.4.4 2013-08-21 - Fixed bug with Bleadperl v5.19.2-257-gc30fc27 (bug #87804, reported by Andreas Koenig, patch by Dave Mitchell) - New process_pod() method to specify arbitrary list of POD files to parse (bug #87592, requested by zdm) - More optional default checks 0.4.3 2013-07-22 - Added a check for .default and .opt_default references in argument description - Speed optimizations 0.4.2 2013-07-17 - Ignore POD from .pod files generated by earlier versions of Getopt::Euclid 0.4.1 2013-07-17 - Support for default values defined based on variables 0.4.0 2013-02-08 - Fixed issue with option values that are substrings of others (bug #76728, reported by Igor Kleshchevich, patch by James F Hester) - Update of META.yml (bug #83221) 0.3.9 2012-12-12 - Fixed issues in mutually exclusive arguments that have default values (RT bug #81630 again) 0.3.8 2012-12-03 - Messages respect order of user options (fixes RT bug #81630) - Show --man and --usage in help message - Prevent a trailing whitespace in --help usage string
20 lines
613 B
Makefile
20 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.14 2013/09/03 14:52:49 wen Exp $
|
|
|
|
DISTNAME= Getopt-Euclid-0.4.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Getopt-Euclid/
|
|
COMMENT= Perl 5 module to create command-line parser from documentation
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Getopt/Euclid/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|