diff options
Diffstat (limited to 'editors/p5-Padre-Plugin-PerlCritic/Makefile')
-rw-r--r-- | editors/p5-Padre-Plugin-PerlCritic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/p5-Padre-Plugin-PerlCritic/Makefile b/editors/p5-Padre-Plugin-PerlCritic/Makefile index ee700eac0a2..488f0753843 100644 --- a/editors/p5-Padre-Plugin-PerlCritic/Makefile +++ b/editors/p5-Padre-Plugin-PerlCritic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:34:59 sno Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/08 18:33:20 sno Exp $ # -DISTNAME= Padre-Plugin-PerlCritic-0.06 +DISTNAME= Padre-Plugin-PerlCritic-0.07 PKGNAME= p5-${DISTNAME} CATEGORIES= editors devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} @@ -13,11 +13,11 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Padre>=0.26:../../editors/p5-Padre +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::Build +PERL5_MODULE_TYPE= Module::Install::Bundled #pre-configure: # cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm |