freebsd-ports/devel/perltidy/Makefile

26 lines
555 B
Makefile
Raw Normal View History

2001-03-04 13:36:33 +01:00
# 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
2001-03-29 20:54:12 +02:00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/%SUBDIR%/Perl/} \
${MASTER_SITE_SOURCEFORGE}
2001-03-04 13:36:33 +01:00
MASTER_SITE_SUBDIR= ${PORTNAME}
2002-02-26 07:31:19 +01:00
DISTNAME= Perl-Tidy-${PORTVERSION}
2001-03-04 13:36:33 +01:00
MAINTAINER= mat@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Indents and reformats Perl scripts to make them easier to read
2001-03-04 13:36:33 +01:00
2002-02-26 07:31:19 +01:00
PERL_CONFIGURE= yes
2001-03-04 13:36:33 +01:00
2002-10-17 04:12:03 +02:00
MAN1= perltidy.1
MAN3= Perl::Tidy.3
2001-03-04 13:36:33 +01:00
.include <bsd.port.mk>