27651860ce
0.38 2016-01-28 BUG FIXES: - removed Test::Most unlisted dependency (thanks Marco Masetti for reporting) 0.37 2016-01-28 NEW FEATURES: - Support for displaying scalar's unicode flag (Michael Conrad) BUG FIXES: - Fixed test failure due to leaking environment variables (Thomas Sibley) - class_method only works if it's actually something we can call (RenatoCRON) - Attempt to fix a taint error on old Win32 systems (Baldur Kristinsson) - Prevent some 5.8 errors caused by the version module (Baldur Kristinsson) - Data::Printer::Filter should imports np() as well (Olaf Alders) - Multiline property is now properly propagated (Adam Rosenstein) OTHER: - Removed some trailing whitespaces (Ivan Bessarabov) - Extended tests for finding trailing whitespaces (Ivan Bessarabov) - Documented caveat of using p() in variable declarations (vividsnow) - Documented that the 'DB' filter supports DBIx::Class (Olaf Alders) - New .gitignore file (David Lowe) - Updated .travis.yml (Ivan Bessarabov)
23 lines
815 B
Makefile
23 lines
815 B
Makefile
# $NetBSD: Makefile,v 1.8 2016/01/31 08:08:19 wiz Exp $
|
|
|
|
DISTNAME= Data-Printer-0.38
|
|
PKGNAME= p5-${DISTNAME:S/_/./}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GA/GARU/}
|
|
#ASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Data-Printer/
|
|
COMMENT= Colored pretty-print of Perl data structures and objects
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
|
|
DEPENDS+= p5-File-HomeDir>=0.91:../../devel/p5-File-HomeDir
|
|
DEPENDS+= p5-Package-Stash>=0.3:../../devel/p5-Package-Stash
|
|
DEPENDS+= p5-Sort-Naturally-[0-9]*:../../devel/p5-Sort-Naturally
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Data/Printer/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|