mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
b193141136
- Support STAGEDIR Changes: http://search.cpan.org/dist/Perl-Tidy/CHANGES
20 lines
385 B
Makefile
20 lines
385 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= perltidy
|
|
PORTVERSION= 20130922
|
|
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
|
|
|
|
.include <bsd.port.mk>
|