23ca5968d9
Changes from previous: 0.3.0 - Reverted feature to match POD head section =head2, =head3 and =head4 because of backward compatibility issue (RT bug #70942) 0.2.9 2011-09-03 - This command does not generate warnings anymore: perl -e 'use Getopt::Euclid; print $Getopt::Euclid::VERSION;' - Required and optional arguments can now be put in a POD head section =head2, =head3 and =head4 for more flexibility 0.2.8 2011-09-02 - Support for optional defaults (RT bug #61438, patch from Paolo Medeo) - Extended the grammar of recognized POD headers - Usage error message now mentions the --man option in addition to --help
22 lines
653 B
Makefile
22 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/10/07 02:09:47 hiramatsu Exp $
|
|
|
|
DISTNAME= Getopt-Euclid-0.3.0
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|