pkgsrc/devel/p5-Devel-PPPort/Makefile
wen 46c9900e8f Update to 3.51
Upstream changes:
3.51 - 2019-05-01

    * include the module version in metadata for proper PAUSE indexing

 3.50 - 2019-04-30

    * Order warn before uv for packWARN (shown in 5.6.1)

 3.49 - 2019-04-29

    * Fix tests for 64bit int, 32bit ptr platforms

 3.48 - 2019-04-28

    * Order misc before uv for UNLIKELY (<=5.8.8)

 3.47 - 2019-04-27

    * re-fix leaky code (used only in tests)
2019-05-08 02:19:16 +00:00

17 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.31 2019/05/08 02:19:16 wen Exp $
DISTNAME= Devel-PPPort-3.51
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/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"