Importing editors/p5-Padre-Plugin-PerlTidy v0.09
Padre::Plugin::PerlTidy is a simple plugin to run Perl::Tidy on source code.
This commit is contained in:
parent
bc27e1adbc
commit
b207e39b6d
3 changed files with 34 additions and 0 deletions
1
editors/p5-Padre-Plugin-PerlTidy/DESCR
Normal file
1
editors/p5-Padre-Plugin-PerlTidy/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Padre::Plugin::PerlTidy is a simple plugin to run Perl::Tidy on source code.
|
28
editors/p5-Padre-Plugin-PerlTidy/Makefile
Normal file
28
editors/p5-Padre-Plugin-PerlTidy/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 18:34:01 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Padre-Plugin-PerlTidy-0.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= editors devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-PerlTidy/
|
||||
COMMENT= Format perl files in Padre using Perl::Tidy
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Padre>=0.54:../../editors/p5-Padre
|
||||
DEPENDS+= p5-Perl-Tidy-[0-9]*:../../devel/p5-Perl-Tidy
|
||||
|
||||
BUILD_DEPENDS+= p5-Locale-Msgfmt>=0.14:../../devel/p5-Locale-Msgfmt
|
||||
|
||||
PERL5_PACKLIST= auto/Padre/Plugin/PerlTidy/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
|
||||
#pre-configure:
|
||||
# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
editors/p5-Padre-Plugin-PerlTidy/distinfo
Normal file
5
editors/p5-Padre-Plugin-PerlTidy/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/01/16 18:34:01 sno Exp $
|
||||
|
||||
SHA1 (Padre-Plugin-PerlTidy-0.09.tar.gz) = 9e5bffba70e96f1198ea0613954b4b8ff54a0dd6
|
||||
RMD160 (Padre-Plugin-PerlTidy-0.09.tar.gz) = ad7f97a687ff85554619522a18d38df7b32eec5f
|
||||
Size (Padre-Plugin-PerlTidy-0.09.tar.gz) = 23333 bytes
|
Loading…
Reference in a new issue