1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/perltidy/Makefile
Yen-Ming Lee d56ddc341a - update to perltidy-20021130
- apply SITE_PERL in pkg-plist
2003-06-12 03:24:36 +00:00

26 lines
559 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= 20021130
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= Perl-Tidy-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= 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>