913d88ef1a
Remove the SF mirror, it has not carried the last few versions.
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= perltidy
|
|
PORTVERSION= 20130806
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Perl
|
|
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>
|