1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/perltidy/Makefile
2013-01-14 08:57:46 +00:00

22 lines
480 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= perltidy
PORTVERSION= 20121207
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>