pkgsrc/devel/p5-Data-Dumper/Makefile
wen 6a090be8fa Update to 2.161
Upstream changes:
2.161 (Jul 11 2016)

    Perl 5.12 fix/workaround until fixed PPPort release.

    Pre-5.12 fixes for test dependency.
2.160 (Jul 3 2016)

    Now handles huge inputs on 64bit perls.

    Add Trailingcomma option. This is as suggested in RT#126813.

    Significant refactoring of XS implementation.

    Pure Perl implementation fixes in corner cases ("\n" dumped raw").
2016-07-15 12:52:40 +00:00

20 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.22 2016/07/15 12:52:40 wen Exp $
DISTNAME= Data-Dumper-2.161
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SM/SMUELLER/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~smueller/Data-Dumper/
COMMENT= Stringified perl data structures
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Test-Simple>0:../../devel/p5-Test-Simple
DEPENDS+= p5-ExtUtils-MakeMaker>0:../../devel/p5-ExtUtils-MakeMaker
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Data/Dumper/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"