4c012446bc
--------------------- 2.022 Mar 21 2014 - Fix repo metadata 2.021 Dec 31 2013 - Make Dwarn output all arguments even in scalar context (retun val is still the same though)
20 lines
617 B
Makefile
20 lines
617 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/01/29 01:02:40 mef Exp $
|
|
|
|
DISTNAME= Data-Dumper-Concise-2.022
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Data-Dumper-Concise/
|
|
COMMENT= Perl 5 module to dump references with concision and deparsing
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# XXX recommended: Devel::ArgNames - import
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Data/Dumper/Concise/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|