summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2012-09-03 11:16:19 +0000
committersno <sno@pkgsrc.org>2012-09-03 11:16:19 +0000
commit4e0d388fe72337b41d3aace73ef0d4e3a247d6bb (patch)
tree6cfdb92079fd42cedd1cd08268737ae285c3ff10 /editors
parent0d1ff2b4d2c2659ab37cc12a19dbfcf8efd876e2 (diff)
downloadpkgsrc-4e0d388fe72337b41d3aace73ef0d4e3a247d6bb.tar.gz
Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,
Module::Install is for Authors only. Bumping revision
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-PPIx-EditorTools/Makefile6
-rw-r--r--editors/p5-Padre-Plugin-PerlCritic/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/p5-PPIx-EditorTools/Makefile b/editors/p5-PPIx-EditorTools/Makefile
index c2cf7a7344c..9f86f40780a 100644
--- a/editors/p5-PPIx-EditorTools/Makefile
+++ b/editors/p5-PPIx-EditorTools/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2011/08/14 12:38:56 obache Exp $
+# $NetBSD: Makefile,v 1.4 2012/09/03 11:16:22 sno Exp $
#
DISTNAME= PPIx-EditorTools-0.09
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= editors perl5
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPIx/}
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AZ/AZAWAWI/}
@@ -21,7 +21,7 @@ DEPENDS+= p5-Class-XSAccessor>=1.02:../../devel/p5-Class-XSAccessor
DEPENDS+= p5-PPI>=1.203:../../devel/p5-PPI
PERL5_PACKLIST= auto/PPIx/EditorTools/.packlist
-PERL5_MODULE_TYPE= Module::Install
+PERL5_MODULE_TYPE= Module::Install::Bundled
#pre-configure:
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
diff --git a/editors/p5-Padre-Plugin-PerlCritic/Makefile b/editors/p5-Padre-Plugin-PerlCritic/Makefile
index 7d944a57b88..79f20841ef8 100644
--- a/editors/p5-Padre-Plugin-PerlCritic/Makefile
+++ b/editors/p5-Padre-Plugin-PerlCritic/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2011/08/14 12:38:57 obache Exp $
+# $NetBSD: Makefile,v 1.6 2012/09/03 11:16:22 sno Exp $
#
DISTNAME= Padre-Plugin-PerlCritic-0.08
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= editors devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
@@ -18,7 +18,7 @@ DEPENDS+= p5-Padre>=0.54:../../editors/p5-Padre
DEPENDS+= p5-Perl-Critic-[0-9]*:../../devel/p5-Perl-Critic
PERL5_PACKLIST= auto/Padre/Plugin/PerlCritic/.packlist
-PERL5_MODULE_TYPE= Module::Install
+PERL5_MODULE_TYPE= Module::Install::Bundled
#pre-configure:
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm