summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Dumper-Concise/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-15 14:29:36 +0000
committersno <sno@pkgsrc.org>2010-02-15 14:29:36 +0000
commite9775d933ac7036be7e07a1d864731a7290dc924 (patch)
tree56280899aecc81daa2a0cec2e62e4791c08ed25a /devel/p5-Data-Dumper-Concise/Makefile
parentc60734835522b11b74e26b0ae575449355787044 (diff)
downloadpkgsrc-e9775d933ac7036be7e07a1d864731a7290dc924.tar.gz
Updating devel/p5-Data-Dumper-Concise from 1.002 to 1.200
Upstream changes: 1.200 Feb 13 2010 - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work 1.100 Dec 10 2009 - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS helper functions - add Devel::Dwarn as a more concise alias for ::Sugar
Diffstat (limited to 'devel/p5-Data-Dumper-Concise/Makefile')
-rw-r--r--devel/p5-Data-Dumper-Concise/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-Data-Dumper-Concise/Makefile b/devel/p5-Data-Dumper-Concise/Makefile
index c4480a4a4b2..846d50622e7 100644
--- a/devel/p5-Data-Dumper-Concise/Makefile
+++ b/devel/p5-Data-Dumper-Concise/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/11/27 23:13:57 seb Exp $
+# $NetBSD: Makefile,v 1.3 2010/02/15 14:29:36 sno Exp $
#
-DISTNAME= Data-Dumper-Concise-1.002
+DISTNAME= Data-Dumper-Concise-1.200
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -13,8 +13,9 @@ LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Data/Dumper/Concise/.packlist
+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"