diff options
author | abs <abs> | 2009-06-11 12:06:10 +0000 |
---|---|---|
committer | abs <abs> | 2009-06-11 12:06:10 +0000 |
commit | 9a88d9e0df8482b43b9f1aca07758de51ab8af27 (patch) | |
tree | 88634d596eef54d3ad36f991e27a97b332c22b37 /converters | |
parent | 24e5b021cb464f7ade6f05c4c0adff4653624304 (diff) | |
download | pkgsrc-9a88d9e0df8482b43b9f1aca07758de51ab8af27.tar.gz |
update to use the new Module::Install infrastructure
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 3 | ||||
-rw-r--r-- | converters/p5-JSON-Any/distinfo | 3 | ||||
-rw-r--r-- | converters/p5-JSON-Any/patches/patch-aa | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index fa48e0f7541..73164c5e540 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/01/18 22:52:42 he Exp $ +# $NetBSD: Makefile,v 1.10 2009/06/11 12:06:10 abs Exp $ DISTNAME= JSON-Any-1.19 PKGNAME= p5-${DISTNAME} @@ -12,6 +12,7 @@ COMMENT= Wrapper Class for the various JSON classes PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/JSON/Any/.packlist +PERL5_MODULE_TYPE= Module::Install # p5-JSON-XS appears to be the current "best of breed" DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS diff --git a/converters/p5-JSON-Any/distinfo b/converters/p5-JSON-Any/distinfo index 872c3d3aba6..20cd38c3a6f 100644 --- a/converters/p5-JSON-Any/distinfo +++ b/converters/p5-JSON-Any/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/01/18 22:52:42 he Exp $ +$NetBSD: distinfo,v 1.6 2009/06/11 12:06:10 abs Exp $ SHA1 (JSON-Any-1.19.tar.gz) = 7792d3f94d2f9b763f48c9232ce86ada0cb36408 RMD160 (JSON-Any-1.19.tar.gz) = b071e48b674d943f84ec1d0aa0edb13862d6c9af Size (JSON-Any-1.19.tar.gz) = 27023 bytes -SHA1 (patch-aa) = dab82cda2f24e6f779b7f06b5bf43922a6bd0168 diff --git a/converters/p5-JSON-Any/patches/patch-aa b/converters/p5-JSON-Any/patches/patch-aa deleted file mode 100644 index ef7cd760363..00000000000 --- a/converters/p5-JSON-Any/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2008/02/28 09:15:12 abs Exp $ - ---- Makefile.PL.orig 2008-02-14 00:05:25.000000000 +0000 -+++ Makefile.PL -@@ -52,5 +52,5 @@ if ( $ENV{BUILD_STANDARD_TESTS} ) { - use_standard_tests; - } - --auto_install; -+# auto_install; - WriteAll; |