pkgsrc/devel/p5-Devel-PPPort/Makefile
mef ebc53967a9 (devel/p5-Devel-PPPort) Updated 3.52 to 3.54
3.54 - 2019-09-27

  * Fix Unix-format path in Devel::PPPort's Makefile.PL
  * Fix utf8_to_uvchr_buf for 5.7.0
  * Add hint for utf8_to_uvchr()
  * Fix hints for is_ascii_string
  * Use numeric comparisons with $]
  * Fix 'for loops' to work on early perls
  * Can't use GCC brace groups before 5.4
  * Add script to regenerate ppport.fnc
  * Suppress useless warning
  * Fix mktests.PL for Perl 5.8.0
  * Implement sv_len_utf8_nomg() and sv_len_utf8()
  * Fix eval_pv for Perl versions prior to 5.31.2
  * Consolidate UTF-8 functions/macros into new file
  * Implement sv_mortalcopy_flags()
  * Implement newSVsv_flags()
  * Enable Perl compile-time warnings at all place
  * Improve Makefile.PL
  * Add tests for IVdf, UVuf, IV_MAX and UV_MAX

 3.53 - 2019-09-27

  * Rename PPPort_xs.PL to RealPPPort_xs.PL
  * Fix compilation issues with version older than 5.010
  * Fix compilation issues with version older than 5.010
2019-10-15 14:34:16 +00:00

17 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.35 2019/10/15 14:34:16 mef Exp $
DISTNAME= Devel-PPPort-3.54
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/Devel::PPPort
COMMENT= Perl5 module to bring newer features to older perl
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Devel/PPPort/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"