f8977c3f34
- Add LICENSE - Pet portlint - Add CPAN as primary WWW Changes: http://search.cpan.org/dist/Perl-Tidy/CHANGES
26 lines
557 B
Makefile
26 lines
557 B
Makefile
# New ports collection makefile for: perltidy
|
|
# Date created: Mar 4, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= perltidy
|
|
PORTVERSION= 20120619
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/%SUBDIR%/Perl/} \
|
|
SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
DISTNAME= Perl-Tidy-${PORTVERSION}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Indents and reformats Perl scripts to make them easier to read
|
|
|
|
LICENSE= GPLv2
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= perltidy.1
|
|
MAN3= Perl::Tidy.3
|
|
|
|
.include <bsd.port.mk>
|