diff options
author | wen <wen@pkgsrc.org> | 2018-06-19 06:33:38 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-06-19 06:33:38 +0000 |
commit | f9f33938570747ee015e5c6243f617e2329cac7a (patch) | |
tree | 04cee7331e9ffe58c836fe384365c0ff5c4ead01 /textproc | |
parent | e1c8c27ed9ad63e8aba66b95381ec2dc6b2f2ed2 (diff) | |
download | pkgsrc-f9f33938570747ee015e5c6243f617e2329cac7a.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PPIx-QuoteLike/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-PPIx-QuoteLike/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-PPIx-QuoteLike/distinfo | 6 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-PPIx-QuoteLike/DESCR b/textproc/p5-PPIx-QuoteLike/DESCR new file mode 100644 index 00000000000..a79ea060801 --- /dev/null +++ b/textproc/p5-PPIx-QuoteLike/DESCR @@ -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. diff --git a/textproc/p5-PPIx-QuoteLike/Makefile b/textproc/p5-PPIx-QuoteLike/Makefile new file mode 100644 index 00000000000..e6374347f9c --- /dev/null +++ b/textproc/p5-PPIx-QuoteLike/Makefile @@ -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" diff --git a/textproc/p5-PPIx-QuoteLike/distinfo b/textproc/p5-PPIx-QuoteLike/distinfo new file mode 100644 index 00000000000..e24112caa96 --- /dev/null +++ b/textproc/p5-PPIx-QuoteLike/distinfo @@ -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 |