mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Test::PerlTidy - check that all your files are tidy.
WWW: http://search.cpan.org/dist/Test-PerlTidy/
This commit is contained in:
parent
e957d9ccef
commit
b89405b44b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310364
@ -2740,6 +2740,7 @@
|
||||
SUBDIR += p5-Test-POE-Client-TCP
|
||||
SUBDIR += p5-Test-POE-Server-TCP
|
||||
SUBDIR += p5-Test-Parser
|
||||
SUBDIR += p5-Test-PerlTidy
|
||||
SUBDIR += p5-Test-Pod
|
||||
SUBDIR += p5-Test-Pod-Coverage
|
||||
SUBDIR += p5-Test-Pod-Coverage-Permissive
|
||||
|
23
devel/p5-Test-PerlTidy/Makefile
Normal file
23
devel/p5-Test-PerlTidy/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-PerlTidy
|
||||
PORTVERSION= 20130104
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to check that all your files are tidy
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-File-Finder>0:${PORTSDIR}/devel/p5-File-Finder \
|
||||
p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
perltidy>=20121207:${PORTSDIR}/devel/perltidy \
|
||||
p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::PerlTidy.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-PerlTidy/distinfo
Normal file
2
devel/p5-Test-PerlTidy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Test-PerlTidy-20130104.tar.gz) = 3f15d9f3f4811e348594620312258d75095237925b491ada623fa73ac9d2b9c8
|
||||
SIZE (Test-PerlTidy-20130104.tar.gz) = 7499
|
3
devel/p5-Test-PerlTidy/pkg-descr
Normal file
3
devel/p5-Test-PerlTidy/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Test::PerlTidy - check that all your files are tidy.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-PerlTidy/
|
5
devel/p5-Test-PerlTidy/pkg-plist
Normal file
5
devel/p5-Test-PerlTidy/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/PerlTidy/.packlist
|
||||
%%SITE_PERL%%/Test/PerlTidy.pm
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/PerlTidy
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
Loading…
x
Reference in New Issue
Block a user