aboutsummaryrefslogtreecommitdiffstats
path: root/devel/perltidy/Makefile
blob: 154c21e01c7cef60812e62c0253d253cb89d33e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# ex:ts=8
# New ports collection makefile for:    perltidy
# Date created:         Mar 4, 2001
# Whom:             Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   perltidy
PORTVERSION=    20020922
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   Perl-Tidy-${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org

PORTCOMMENT=    Indents and reformats Perl scripts to make them easier to read

PERL_CONFIGURE= yes

MAN1=       perltidy.1
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=       Perl::Tidy.3

.include <bsd.port.mk>