freebsd-ports/devel/perltidy/Makefile
Mathieu Arnold 913d88ef1a Update to 20130806.
Remove the SF mirror, it has not carried the last few versions.
2013-08-20 16:54:04 +00:00

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>