3ede248df3
Upstream changes: 2.012 Aug 31 2010 - Make DwarnN test still work if Devel::ArgNames isn't installed 2.011 Aug 30 2010 - add $DwarnN export - make Devel::ArgNames an optional dep 2.010 Jul 29 2010 - add $Dwarn export 2.001 Jul 23 2010 - add documentation for DwarnN 2.000 Jul 22 2010 - remove Dumper() returning object - add DwarnN - add DwarnL - make Dwarn contextual - document ::Dwarn idiom
24 lines
669 B
Makefile
24 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/08/31 20:41:19 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Data-Dumper-Concise-2.012
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 1
|
|
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}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# 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"
|