pkgsrc/devel/p5-ExtUtils-MakeMaker/Makefile
sno 0934a662bb PkgSrc changes:
- Updating package for ExtUtils::MakeMaker to 6.50

Upstream changes:
6.50  Sun Mar 22 12:28:06 PDT 2009
    Windows
    * Remove the special checks for compilers that need a "manifest".  Instead,
      the code will just be a no-op if there's no manifest.  Or something.
      I dunno, I'm hoping Jan and Steve know what they're doing.
      [rt.perl.org 61492]


6.49_01  Thu Feb 19 17:06:36 PST 2009
    New OS Support
    * Recognize "Haiku", a resurrection of BeOS.

    New Features
    - META.yml now includes ExtUtils::MakeMaker in build_requires by
      default.

    Test Fixes
    - ExtUtils::Install 1.51 changed its output breaking some tests that
      were looking for /^Writing/ [rt.cpan.org 42927]

    Bug Fixes
    - Upgrade bundled modules:  ExtUtils::Install 1.52, ExtUtils::Command
      1.16, ExtUtils::Manifest 1.56.

    Other
    - The MakeMaker repository moved slightly.  Changed the metadata to
      reflect this.  [rt.cpan.org 41571]
2009-04-12 01:03:24 +00:00

19 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.11 2009/04/12 01:03:24 sno Exp $
#
DISTNAME= ExtUtils-MakeMaker-6.50
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-MakeMaker/
COMMENT= Write a Makefile for an extension module from a Makefile.PL
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/ExtUtils/MakeMaker/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"