94dc2ee6e1
-------------- Changes in version 2.45 * Revert behaviour of the combination of <> and pass_through to what is was in 2.42. Thanks to Wilson Snyder to provide enhancements to the documentation to clarify why <> and pass_through generally is a bad idea. It is, however, very unfortunate to hear from users that their programs *depend* on the undocumented pre-2.43 behaviour.
19 lines
528 B
Makefile
19 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.20 2015/03/01 10:09:22 mef Exp $
|
|
|
|
DISTNAME= Getopt-Long-2.45
|
|
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-Long/
|
|
COMMENT= Extended processing of command line options
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
REPLACE_PERL+= lib/Getopt/Long.pm
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Getopt/Long/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|