pkgsrc/devel/p5-Perl-Tidy/Makefile
obache 08625fbe53 Update p5-Perl-Tidy to 20070508.
Patch provided by Mark E. Perkins in PR 36465.

Perltidy Change Log
  2007 05 08
     -Fixed bug where #line directives were being indented.  Thanks to
     Philippe Bruhat.

  2007 05 04
     -Fixed problem where an extra blank line was added after an =cut when either
     (a) the =cut started (not stopped) a POD section, or (b) -mbl > 1.
     Thanks to J. Robert Ray and Bill Moseley.
2007-06-10 08:42:10 +00:00

19 lines
480 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/06/10 08:42:10 obache Exp $
#
DISTNAME= Perl-Tidy-20070508
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5pt
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=perltidy/}
MAINTAINER= adam@migus.org
HOMEPAGE= http://perltidy.sourceforge.net/
COMMENT= Parses and beautifies perl source
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Perl/Tidy/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"