blob: 63b453bb1945daf39b2109cd7d8b8416d3021387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= Perl-Tidy
PORTVERSION= 20140711
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Indents and reformats Perl scripts to make them easier to read
LICENSE= GPLv2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|