3e55905b95
Changes since last packaged version (0.1.0): 0.2.0 Sat Aug 4 17:22:31 2007 - Added fallback to $main::VERSION if version not specified in Pod (thanks Todd and Thomas) - Added non-zero exit value on bad arg list (thanks Toby) - Changed module behaviour: now removes identified arguments from @ARGV. on successful match (thanks Aran and Tim) - Allowed alternations everywhere (i.e. outside optionals too) - Allowed E<lt> and E<gt> in option specifiers (thanks Wes)
21 lines
582 B
Makefile
21 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/07/26 06:58:39 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Getopt-Euclid-v0.2.0
|
|
PKGNAME= p5-Getopt-Euclid-0.2.0
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Getopt/Euclid/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|