forked from Lainports/freebsd-ports
20 lines
410 B
Makefile
20 lines
410 B
Makefile
PORTNAME= Perl-Tidy
|
|
PORTVERSION= 20240903
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Indents and reformats Perl scripts to make them easier to read
|
|
WWW= https://metacpan.org/release/Perl-Tidy \
|
|
https://perltidy.sourceforge.net/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|