8cf74ab84b
slightly modified by me. Perl-Tidy is a tool to indent and reformat Perl scripts. It can also write scripts in HTML format.
20 lines
523 B
Makefile
20 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 01:58:09 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= Perl-Tidy-20021130
|
|
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
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Perl/Tidy/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|