pkgsrc/devel/p5-Getopt-Long/Makefile
mef beaabe3f86 Updated devel/p5-Getopt-Long to 2.49.1
--------------------------------------
Changes in version 2.49.1
-------------------------
* Emergency fix Makefile.PL for non-GNUmake.

Changes in version 2.49
-----------------------
* Fix bug https://rt.cpan.org/Ticket/Display.html?id=114999
  Thanks Roy Ivy III for finding and fixing this.

* Fix bug https://rt.cpan.org/Ticket/Display.html?id=113748
  Thanks Tom Wyant for finding and fixing this.
2016-06-18 20:23:25 +00:00

21 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.28 2016/06/18 20:23:25 mef Exp $
DISTNAME= Getopt-Long-2.49.1
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}
DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs
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"