summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-Any
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-04-22 15:25:52 +0000
committersno <sno@pkgsrc.org>2010-04-22 15:25:52 +0000
commit64b027043f3238e51695ebd533ba12347ffea80c (patch)
treeac9e1adb427f197c13229f432d9ce67fa1fc0fad /converters/p5-JSON-Any
parent5702cf760e78bef25f6bc392c25b7e8b70a28bbc (diff)
downloadpkgsrc-64b027043f3238e51695ebd533ba12347ffea80c.tar.gz
Switching for module type from M:I to M:I::Bundled - installed versions seems to make problems
Diffstat (limited to 'converters/p5-JSON-Any')
-rw-r--r--converters/p5-JSON-Any/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile
index f70195458df..1a8097f85f4 100644
--- a/converters/p5-JSON-Any/Makefile
+++ b/converters/p5-JSON-Any/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/10/16 07:51:10 rhaen Exp $
+# $NetBSD: Makefile,v 1.13 2010/04/22 15:25:52 sno Exp $
DISTNAME= JSON-Any-1.22
PKGNAME= p5-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/JSON/Any/.packlist
-PERL5_MODULE_TYPE= Module::Install
+PERL5_MODULE_TYPE= Module::Install::Bundled
# p5-JSON-XS appears to be the current "best of breed"
# and is the preferred JSON dependency (see Makefile.PL)