c42ce69024
- Updating package for p5 module Getopt::Long to 2.38 - Set license to artistic-2.0 Upstream changes: * Bugfix for Ticket 35759: First arg to callback function evaluates to false when used in bool context. * Fix problem with prototypes of GetOptionsFrom* functions. * Fix restoring default die handler. * Bugfix for Ticket 24941: Autoabbrev with + incorrect.
20 lines
590 B
Makefile
20 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/04/12 19:24:33 sno Exp $
|
|
|
|
DISTNAME= Getopt-Long-2.38
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JV/JV/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~rsavage/Getopt-Simple/
|
|
COMMENT= Extended processing of command line options
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Getopt/Long/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|