mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Test::NoTabs scans your project/distribution for any perl files (scripts,
modules, etc) for the presence of tabs. WWW: http://search.cpan.org/dist/Test-NoTabs/ PR: ports/154835 Submitted by: milki <milki@rescomp.berkeley.edu>
This commit is contained in:
parent
bc0f0a23f0
commit
3cfcd74668
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269261
@ -2305,6 +2305,7 @@
|
||||
SUBDIR += p5-Test-More-UTF8
|
||||
SUBDIR += p5-Test-Most
|
||||
SUBDIR += p5-Test-Net-RabbitMQ
|
||||
SUBDIR += p5-Test-NoTabs
|
||||
SUBDIR += p5-Test-NoWarnings
|
||||
SUBDIR += p5-Test-Number-Delta
|
||||
SUBDIR += p5-Test-Object
|
||||
|
25
devel/p5-Test-NoTabs/Makefile
Normal file
25
devel/p5-Test-NoTabs/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Test-NoTabs
|
||||
# Date created: 2011-02-16
|
||||
# Whom: milki <milki@rescomp.berkeley.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Test-NoTabs
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/B/BO/BOBTFISH
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= milki@rescomp.berkeley.edu
|
||||
COMMENT= Check the presence of tabs in your project
|
||||
|
||||
TEST_DEPENDS= p5-Test-Simple>=0;${PORTSDIR}/devel/p5-Test-Simple
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --skipdeps
|
||||
|
||||
MAN3= Test::NoTabs.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Test-NoTabs/distinfo
Normal file
2
devel/p5-Test-NoTabs/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Test-NoTabs-1.0.tar.gz) = 515fafa7e101b5b34f51dc7afdde3e136f787d103a811b2b4e7eb2bd327be3f6
|
||||
SIZE (Test-NoTabs-1.0.tar.gz) = 25644
|
4
devel/p5-Test-NoTabs/pkg-descr
Normal file
4
devel/p5-Test-NoTabs/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Test::NoTabs scans your project/distribution for any perl files (scripts,
|
||||
modules, etc) for the presence of tabs.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-NoTabs/
|
5
devel/p5-Test-NoTabs/pkg-plist
Normal file
5
devel/p5-Test-NoTabs/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Test/NoTabs.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/NoTabs/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/NoTabs
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
Loading…
Reference in New Issue
Block a user