diff --git a/textproc/p5-PPIx-Utils/DESCR b/textproc/p5-PPIx-Utils/DESCR new file mode 100644 index 000000000000..f06df1e5ceba --- /dev/null +++ b/textproc/p5-PPIx-Utils/DESCR @@ -0,0 +1,3 @@ +PPIx::Utils is a collection of utility functions for working with PPI documents. +The functions are organized into submodules, and may be imported from the +appropriate submodule or via this module. diff --git a/textproc/p5-PPIx-Utils/Makefile b/textproc/p5-PPIx-Utils/Makefile new file mode 100644 index 000000000000..a49e87d8fada --- /dev/null +++ b/textproc/p5-PPIx-Utils/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2021/07/28 07:49:04 wen Exp $ + +DISTNAME= PPIx-Utils-0.003 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DB/DBOOK/} + +MAINTAINER= wen@NetBSD.org +HOMEPAGE= https://metacpan.org/release/PPIx-Utils +COMMENT= Parse Perl string literals and string-literal-like things +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-PPI>=1.250:../../devel/p5-PPI +DEPENDS+= p5-B-Keywords>=1.09:../../devel/p5-B-Keywords + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/PPIx/Utils/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-PPIx-Utils/distinfo b/textproc/p5-PPIx-Utils/distinfo new file mode 100644 index 000000000000..6bb06cbbee79 --- /dev/null +++ b/textproc/p5-PPIx-Utils/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/07/28 07:49:04 wen Exp $ + +SHA1 (PPIx-Utils-0.003.tar.gz) = a724582a1ae498efd07678d7d019b23f2f379a55 +RMD160 (PPIx-Utils-0.003.tar.gz) = 8f0551e4048373db957d06f462497bdebf3a75a7 +SHA512 (PPIx-Utils-0.003.tar.gz) = 7f56bc2bf2afbf1f6d3c0e5bc0ed21752be809714e32b256feb1ea39125c7671c6ef949e2c122a95a41d3a603f5d5253133886f3700890387ad6cf0732ab87c6 +Size (PPIx-Utils-0.003.tar.gz) = 38028 bytes