c85d9994dc
0.40 2017-08-01 BUG FIXES: - fix tied hash test on blead perl (5.27.3) https://rt.perl.org/Ticket/Display.html?id=131824 Thanks Jim Keenan, Dave Mitchell and Zefram for reporting and debugging!
23 lines
816 B
Makefile
23 lines
816 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/08/14 18:44:28 wiz Exp $
|
|
|
|
DISTNAME= Data-Printer-0.40
|
|
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"
|