pkgsrc-wip/perltidy/Makefile
2005-08-08 11:17:31 +00:00

19 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.7 2005/08/08 11:17:31 absd Exp $
#
DISTNAME= Perl-Tidy-20031021
PKGNAME= ${DISTNAME:S/Perl-Tidy/perltidy/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=perltidy/}
MAINTAINER= virtus@wanadoo.nl
HOMEPAGE= http://perltidy.sourceforge.net/
COMMENT= Indents and reformats Perl scripts to make them easier to read
USE_PERL5= YES
PERL_CONFIGURE= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Perl/Tidy/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"