freebsd-ports/devel/p5-Perl-Tidy/Makefile
Mathieu Arnold fafc2605c4 Rename devel/perltidy to devel/p5-Perl-Tidy to stay coherent with upstream.
PR:		ports/169337
Submitted by:	sunpoet
2013-11-15 17:10:53 +00:00

19 lines
370 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= Perl-Tidy
PORTVERSION= 20130922
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Perl
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>