19 lines
372 B
Makefile
19 lines
372 B
Makefile
PORTNAME= Perl-Tidy
|
|
PORTVERSION= 20230701
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|