pkgsrc/editors/p5-Padre-Plugin-PerlTidy/Makefile
sno 114c2a7fb3 Updating editors/p5-Padre-Plugin-PerlTidy from 0.09 to 0.10
Upstream changes:
0.10  Thu Jan 21 2010
    - A variety of cleanups to use Padre::Current more efficiently (ADAMK)
    - Added menu separator (ADAMK)
    - A somewhat cleaner code style that is closer to general conventions (ADAMK)
    - Added project config file that matches that of Padre itself (ADAMK)
    - Applied the Perl::Tidy plugin to itself, using the project config (ADAMK, BRICAS)
    - Added a few more menu tests (BRICAS)
2010-03-08 18:29:44 +00:00

28 lines
833 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/03/08 18:29:44 sno Exp $
#
DISTNAME= Padre-Plugin-PerlTidy-0.10
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"