summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Action-RenderView
diff options
context:
space:
mode:
authorabs <abs>2009-06-11 12:06:10 +0000
committerabs <abs>2009-06-11 12:06:10 +0000
commit9a88d9e0df8482b43b9f1aca07758de51ab8af27 (patch)
tree88634d596eef54d3ad36f991e27a97b332c22b37 /www/p5-Catalyst-Action-RenderView
parent24e5b021cb464f7ade6f05c4c0adff4653624304 (diff)
downloadpkgsrc-9a88d9e0df8482b43b9f1aca07758de51ab8af27.tar.gz
update to use the new Module::Install infrastructure
Diffstat (limited to 'www/p5-Catalyst-Action-RenderView')
-rw-r--r--www/p5-Catalyst-Action-RenderView/Makefile3
-rw-r--r--www/p5-Catalyst-Action-RenderView/distinfo3
-rw-r--r--www/p5-Catalyst-Action-RenderView/patches/patch-aa12
3 files changed, 3 insertions, 15 deletions
diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile
index 7b4e7c9587c..c2492035ae0 100644
--- a/www/p5-Catalyst-Action-RenderView/Makefile
+++ b/www/p5-Catalyst-Action-RenderView/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/05/01 11:59:45 sno Exp $
+# $NetBSD: Makefile,v 1.4 2009/06/11 12:06:11 abs Exp $
DISTNAME= Catalyst-Action-RenderView-0.10
PKGNAME= p5-${DISTNAME}
@@ -18,6 +18,7 @@ BUILD_DEPENDS+= p5-HTTP-Request-AsCGI-[0-9]*:../../www/p5-HTTP-Request-AsCGI
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Action/RenderView/.packlist
+PERL5_MODULE_TYPE= Module::Install
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/p5-Catalyst-Action-RenderView/distinfo b/www/p5-Catalyst-Action-RenderView/distinfo
index 93112df8dbb..5db32b7015e 100644
--- a/www/p5-Catalyst-Action-RenderView/distinfo
+++ b/www/p5-Catalyst-Action-RenderView/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/05/23 21:45:45 sno Exp $
+$NetBSD: distinfo,v 1.4 2009/06/11 12:06:11 abs Exp $
SHA1 (Catalyst-Action-RenderView-0.10.tar.gz) = 9963609d28f37704cf3d5adb13ace0864bf9a04e
RMD160 (Catalyst-Action-RenderView-0.10.tar.gz) = 9cd26336b839bb483f3fa252ee2dc9f09276ec88
Size (Catalyst-Action-RenderView-0.10.tar.gz) = 23843 bytes
-SHA1 (patch-aa) = 4623d73e0b3d7b4d11288cd41f986b1a495596fa
diff --git a/www/p5-Catalyst-Action-RenderView/patches/patch-aa b/www/p5-Catalyst-Action-RenderView/patches/patch-aa
deleted file mode 100644
index 99e49ded64b..00000000000
--- a/www/p5-Catalyst-Action-RenderView/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/05/23 21:45:45 sno Exp $
-
-Patch out auto_install - this will be handled by pkgsrc
-
---- Makefile.PL.orig 2009-05-23 21:33:21.000000000 +0000
-+++ Makefile.PL 2009-05-23 21:33:43.000000000 +0000
-@@ -14,5 +14,4 @@
-
- test_requires 'HTTP::Request::AsCGI';
-
--auto_install;
- WriteAll;