diff options
author | sno <sno@pkgsrc.org> | 2014-02-16 18:57:17 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2014-02-16 18:57:17 +0000 |
commit | 50cffadee5ecca7195874f9fc0411981658343b9 (patch) | |
tree | 0fbcaeea6feaea7f4bbe946d006182cceea1203e /devel/p5-ExtUtils-MakeMaker/Makefile | |
parent | d7981cf67f64b3f0c217a61c22008c8a4ae5f673 (diff) | |
download | pkgsrc-50cffadee5ecca7195874f9fc0411981658343b9.tar.gz |
Updating package for Perl5 module ExtUtils::MakeMaker in
devel/p5-ExtUtils-MakeMaker from 6.84 to 6.88.
pkgsrc changes:
- rewrite module using Packager::Utils
- cleanup dependecies
Upstream changes:
6.88 Fri Jan 31 20:49:13 GMT 2014
No changes from 6.87_05
6.87_05 Tue Jan 28 13:54:21 GMT 2014
Bug fixes:
* Synchronisation with blead to remove old cross-compilation model
6.87_04 Sun Jan 26 19:29:05 GMT 2014
Bug fixes:
* On Android, pass PERL_LIB through rel2abs().
6.87_03 Sun Jan 19 17:49:43 GMT 2014
Bug fixes:
* Get rid of unused printf arguments in dynamic_bs
6.87_02 Sat Jan 18 13:00:36 GMT 2014
Doc fixes:
* Update documentation for LICENSE attribute.
Bug fixes:
* Get rid of unused printf arguments in dir_target
6.87_01 Sun Jan 12 10:31:41 GMT 2014
Doc fixes:
* mention that TEST_REQUIRES is in v6.64 and above
6.86 Sat Jan 4 12:17:53 GMT 2014
No changes from 6.85_07
6.85_07 Wed Jan 1 18:55:22 GMT 2014
Bug fixes:
* Expanded test coverage for metafiles
Doc fixes:
* Documentation expanded to mention JSON metafiles
6.85_06 Mon Dec 30 23:14:37 GMT 2013
Bug fixes:
* Explicitly require dynaloader before using mod2fname
6.85_05 Sun Dec 29 11:25:00 GMT 2013
Bug fixes:
* Export 'configure' section of prereqs when meta-spec version 2
Doc fixes:
* Document BUILD_REQUIRES defaults
6.85_04 Mon Dec 23 15:00:14 GMT 2013
No changes since v6.85_03 fixing repo tags
6.85_03 Mon Dec 23 14:55:37 GMT 2013
Bug fixes:
* RT#91540 PREREQ_FATAL not recognised on command line
6.85_02 Tue Dec 17 10:13:28 GMT 2013
New features:
* Added PPM_UNINSTALL_EXEC and PPM_UNINSTALL_SCRIPT options
to PPD generation
6.85_01 Mon Dec 16 13:15:43 GMT 2013
Bug Fixes:
* harden xsubpp locating loop in MM_Unix
Diffstat (limited to 'devel/p5-ExtUtils-MakeMaker/Makefile')
-rw-r--r-- | devel/p5-ExtUtils-MakeMaker/Makefile | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/devel/p5-ExtUtils-MakeMaker/Makefile b/devel/p5-ExtUtils-MakeMaker/Makefile index ca5dbd662a5..4e4fb374e04 100644 --- a/devel/p5-ExtUtils-MakeMaker/Makefile +++ b/devel/p5-ExtUtils-MakeMaker/Makefile @@ -1,30 +1,17 @@ -# $NetBSD: Makefile,v 1.27 2013/12/09 14:17:44 obache Exp $ +# $NetBSD: Makefile,v 1.28 2014/02/16 18:57:17 sno Exp $ +# -DISTNAME= ExtUtils-MakeMaker-6.84 +DISTNAME= ExtUtils-MakeMaker-6.88 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BINGOS/} 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 +HOMEPAGE= https://metacpan.org/release/ExtUtils-MakeMaker +COMMENT= Create a module Makefile LICENSE= ${PERL5_LICENSE} -PKG_INSTALLATION_TYPES= overwrite pkgviews - -DEPENDS+= p5-Parse-CPAN-Meta>=1.4405:../../devel/p5-Parse-CPAN-Meta -DEPENDS+= {perl>=5.16.0,p5-CPAN-Meta>=2.112150}:../../devel/p5-CPAN-Meta -DEPENDS+= p5-File-Copy-Recursive>=0.38:../../sysutils/p5-File-Copy-Recursive -DEPENDS+= p5-JSON-PP>=2.27203:../../converters/p5-JSON-PP -# perhaps package JSON::PP::Compat5006, otherwise 'make complains: -#Using included version of JSON::PP::Compat5006 (1.09) because it is not already installed. -# on the other hand, it's only needed for Perl-5.6 ... - -PERL5_PACKLIST= auto/ExtUtils/MakeMaker/.packlist - -pre-configure: - ${FIND} ${WRKSRC} -name "*.orig" -type f -exec ${RM} {} \; +PERL5_PACKLIST= auto/ExtUtils/MakeMaker/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |