aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PPIx-Utilities
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2010-07-30 14:58:58 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2010-07-30 14:58:58 +0000
commite6019a6ec325f2d3fa2dc0c743cc94300e721657 (patch)
tree5db5eca9bd1aecd07af0b2a9f1dd9d75f1616438 /textproc/p5-PPIx-Utilities
parent41c2afcd8d955032da036e1f94358c2244927196 (diff)
Notes
Diffstat (limited to 'textproc/p5-PPIx-Utilities')
-rw-r--r--textproc/p5-PPIx-Utilities/Makefile29
-rw-r--r--textproc/p5-PPIx-Utilities/distinfo3
-rw-r--r--textproc/p5-PPIx-Utilities/pkg-descr7
-rw-r--r--textproc/p5-PPIx-Utilities/pkg-plist7
4 files changed, 46 insertions, 0 deletions
diff --git a/textproc/p5-PPIx-Utilities/Makefile b/textproc/p5-PPIx-Utilities/Makefile
new file mode 100644
index 000000000000..f525b600e2d9
--- /dev/null
+++ b/textproc/p5-PPIx-Utilities/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: PPIx-Utilities
+# Date created: 30 Jul 2010
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= PPIx-Utilities
+PORTVERSION= 1.000001
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../by-authors/id/E/EL/ELLIOTJS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Extensions to PPI
+
+RUN_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
+ p5-PPI>=1.208:${PORTSDIR}/textproc/p5-PPI \
+ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \
+ p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_MODBUILD= yes
+
+MAN3= PPIx::Utilities.3 PPIx::Utilities::Exception::Bug.3 \
+ PPIx::Utilities::Node.3 PPIx::Utilities::Statement.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-PPIx-Utilities/distinfo b/textproc/p5-PPIx-Utilities/distinfo
new file mode 100644
index 000000000000..a5e45807310c
--- /dev/null
+++ b/textproc/p5-PPIx-Utilities/distinfo
@@ -0,0 +1,3 @@
+MD5 (PPIx-Utilities-1.000001.tar.gz) = 7fe268f24d30e1ca5f9f12da94d83fa1
+SHA256 (PPIx-Utilities-1.000001.tar.gz) = f2785d111f79534d8fc8f73edb3a630829a7f97550c3cf58966a122e8d862a1b
+SIZE (PPIx-Utilities-1.000001.tar.gz) = 25514
diff --git a/textproc/p5-PPIx-Utilities/pkg-descr b/textproc/p5-PPIx-Utilities/pkg-descr
new file mode 100644
index 000000000000..43afec847b61
--- /dev/null
+++ b/textproc/p5-PPIx-Utilities/pkg-descr
@@ -0,0 +1,7 @@
+This is a collection of functions for dealing with PPI objects, many of
+which originated in Perl::Critic. They are organized into modules by
+the kind of PPI class they relate to, by replacing the "PPI" at the
+front of the module name with "PPIx::Utilities", e.g. functionality
+related to PPI::Nodes is in PPIx::Utilities::Node.
+
+WWW: http://search.cpan.org/dist/PPIx-Utilities/
diff --git a/textproc/p5-PPIx-Utilities/pkg-plist b/textproc/p5-PPIx-Utilities/pkg-plist
new file mode 100644
index 000000000000..b6324cef41ed
--- /dev/null
+++ b/textproc/p5-PPIx-Utilities/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/PPIx/Utilities.pm
+%%SITE_PERL%%/PPIx/Utilities/Exception/Bug.pm
+%%SITE_PERL%%/PPIx/Utilities/Node.pm
+%%SITE_PERL%%/PPIx/Utilities/Statement.pm
+@dirrm %%SITE_PERL%%/PPIx/Utilities/Exception
+@dirrm %%SITE_PERL%%/PPIx/Utilities
+@dirrmtry %%SITE_PERL%%/PPIx