2017-08-14 20:44:28 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2017/08/14 18:44:28 wiz Exp $
|
2013-12-06 15:00:18 +01:00
|
|
|
|
2017-08-14 20:44:28 +02:00
|
|
|
DISTNAME= Data-Printer-0.40
|
2015-01-31 14:27:07 +01:00
|
|
|
PKGNAME= p5-${DISTNAME:S/_/./}
|
2013-12-06 15:00:18 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GA/GARU/}
|
2015-01-29 02:12:17 +01:00
|
|
|
#ASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
2013-12-06 15:00:18 +01:00
|
|
|
|
|
|
|
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
|
2014-01-07 16:22:31 +01:00
|
|
|
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
|
2013-12-06 15:00:18 +01:00
|
|
|
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Data/Printer/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|