Import PPIx-QuoteLike-0.005 as p5-PPIx-QuoteLike.
PPIx::QuoteLike parses Perl string literals and things that are reasonably like string literals. Its real reason for being is to find interpolated variables for Perl::Critic policies and similar code.
This commit is contained in:
parent
ff2d2f3e7a
commit
f672b8ad0b
3 changed files with 28 additions and 0 deletions
3
textproc/p5-PPIx-QuoteLike/DESCR
Normal file
3
textproc/p5-PPIx-QuoteLike/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
PPIx::QuoteLike parses Perl string literals and things that are reasonably like
|
||||
string literals. Its real reason for being is to find interpolated variables for
|
||||
Perl::Critic policies and similar code.
|
19
textproc/p5-PPIx-QuoteLike/Makefile
Normal file
19
textproc/p5-PPIx-QuoteLike/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/06/19 06:33:38 wen Exp $
|
||||
|
||||
DISTNAME= PPIx-QuoteLike-0.005
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
|
||||
|
||||
MAINTAINER= wen@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/PPIx-QuoteLike/
|
||||
COMMENT= Parse Perl string literals and string-literal-like things
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-PPI>=1.117:../../devel/p5-PPI
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/PPIx/QuoteLike/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
textproc/p5-PPIx-QuoteLike/distinfo
Normal file
6
textproc/p5-PPIx-QuoteLike/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/06/19 06:33:38 wen Exp $
|
||||
|
||||
SHA1 (PPIx-QuoteLike-0.005.tar.gz) = c0905db622f1fd4c57002c2b0cd4bb154c761779
|
||||
RMD160 (PPIx-QuoteLike-0.005.tar.gz) = 4292761c24d9d152fe05001c74a74dc64dadad4a
|
||||
SHA512 (PPIx-QuoteLike-0.005.tar.gz) = 70cf66dfbe40d6587fe278010bddaa6d96f2d076aadd7854708c80e3dff68c37d35447bb0594e05e1237e3ac719522f89d3c5ff70336700ffd10aad94b404104
|
||||
Size (PPIx-QuoteLike-0.005.tar.gz) = 49929 bytes
|
Loading…
Reference in a new issue