diff options
author | seb <seb@pkgsrc.org> | 2007-04-22 21:04:13 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-04-22 21:04:13 +0000 |
commit | d945578f2de9ff493aa56128f1357bbb33cd8725 (patch) | |
tree | cd85a26bf98a55d567bc3ce4621f0ed63098a964 /devel | |
parent | 554594bfb2db3b4c4e78d2970a7e22a4cdeae405 (diff) | |
download | pkgsrc-d945578f2de9ff493aa56128f1357bbb33cd8725.tar.gz |
Initial import of p5-PPI version 1.118 into The NetBSD
Packages Collection.
The purpose of the Perl 5 module PPI is to parse Perl code or more
accurately Perl Documents. Among the things that people might want
a "Perl parser" for you will find taks like documentation, structural
and quality analysis, refactoring, layout and presentation
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-PPI/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-PPI/Makefile | 25 | ||||
-rw-r--r-- | devel/p5-PPI/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-PPI/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/p5-PPI/DESCR b/devel/p5-PPI/DESCR new file mode 100644 index 00000000000..1aa099f47eb --- /dev/null +++ b/devel/p5-PPI/DESCR @@ -0,0 +1,4 @@ +The purpose of the Perl 5 module PPI is to parse Perl code or more +accurately Perl Documents. Among the things that people might want +a "Perl parser" for you will find tasks like documentation, structural +and quality analysis, refactoring, layout and presentation diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile new file mode 100644 index 00000000000..3dd88423c4f --- /dev/null +++ b/devel/p5-PPI/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/22 21:04:13 seb Exp $ +# + +DISTNAME= PPI-1.118 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/PPI/ +COMMENT= Perl 5 module to parse, analyze and manipulate Perl (without perl) + +DEPENDS+= p5-Clone>=0.17:../../devel/p5-Clone +DEPENDS+= p5-IO-String>=1.07:../../devel/p5-IO-String +DEPENDS+= p5-List-MoreUtils>=0.13:../../devel/p5-List-MoreUtils +DEPENDS+= p5-Params-Util>=0.10:../../devel/p5-Params-Util + +BUILD_DEPENDS+= p5-Task-Weaken>=0.06:../../devel/p5-Task-Weaken +BUILD_DEPENDS+= p5-Test-Object>=0.06:../../devel/p5-Test-Object + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/PPI/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-PPI/PLIST b/devel/p5-PPI/PLIST new file mode 100644 index 00000000000..a4c98b937c9 --- /dev/null +++ b/devel/p5-PPI/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/22 21:04:13 seb Exp $ diff --git a/devel/p5-PPI/distinfo b/devel/p5-PPI/distinfo new file mode 100644 index 00000000000..556e97340a1 --- /dev/null +++ b/devel/p5-PPI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/22 21:04:13 seb Exp $ + +SHA1 (PPI-1.118.tar.gz) = e7e96432139ca3e5b8f0fdd0069fe023103b15c6 +RMD160 (PPI-1.118.tar.gz) = 92119257228837493fa1deb0ab7597cc09144be5 +Size (PPI-1.118.tar.gz) = 183253 bytes |