blob: 40ce2c3c656fa140acd80a0f3a9e6db5cc1f548d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= perltidy
PORTVERSION= 20130717
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
USES= perl5
USE_PERL5= configure
MAN1= perltidy.1
MAN3= Perl::Tidy.3
.include <bsd.port.mk>
|