freebsd-ports/devel/perltidy/Makefile
Mathieu Arnold 9fb875fc53 Update to 20031021
PR:		58405
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-24 11:56:32 +00:00

25 lines
555 B
Makefile

# 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= 20031021
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/%SUBDIR%/Perl/} \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Perl-Tidy-${PORTVERSION}
MAINTAINER= mat@FreeBSD.org
COMMENT= Indents and reformats Perl scripts to make them easier to read
PERL_CONFIGURE= yes
MAN1= perltidy.1
MAN3= Perl::Tidy.3
.include <bsd.port.mk>