1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/perltidy/Makefile
Sunpoet Po-Chuan Hsieh b193141136 - Update to 20130922
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Perl-Tidy/CHANGES
2013-09-24 17:35:36 +00:00

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>