aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PPI-XS
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2007-05-26 16:12:05 +0000
committerLars Thegler <lth@FreeBSD.org>2007-05-26 16:12:05 +0000
commit08803e2f4621e1df123fa2abb9cce833739ad574 (patch)
treef12293d5764a3a03a371c21a613fa3a9e9658622 /textproc/p5-PPI-XS
parent7cd4402a2b0f5cf27aa2e6fb23718ac59ea2031c (diff)
downloadports-08803e2f4621e1df123fa2abb9cce833739ad574.tar.gz
ports-08803e2f4621e1df123fa2abb9cce833739ad574.zip
Notes
Diffstat (limited to 'textproc/p5-PPI-XS')
-rw-r--r--textproc/p5-PPI-XS/Makefile28
-rw-r--r--textproc/p5-PPI-XS/distinfo3
-rw-r--r--textproc/p5-PPI-XS/pkg-descr5
-rw-r--r--textproc/p5-PPI-XS/pkg-plist7
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/p5-PPI-XS/Makefile b/textproc/p5-PPI-XS/Makefile
new file mode 100644
index 000000000000..8a0e69037038
--- /dev/null
+++ b/textproc/p5-PPI-XS/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: textproc/p5-PPI-XS
+# Date created: 09 May 2007
+# Whom: Lars Thegler <lth@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= PPI-XS
+PORTVERSION= 0.900
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= PPI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lth@FreeBSD.org
+COMMENT= XS acceleration for the PPI perl parser
+
+RUN_DEPENDS= p5-PPI>=0.845:${PORTSDIR}/textproc/p5-PPI
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= PPI::XS.3
+
+post-patch:
+ ${PERL} -pi -e '$$_="" if /auto_install/' ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-PPI-XS/distinfo b/textproc/p5-PPI-XS/distinfo
new file mode 100644
index 000000000000..72b7839fa5e2
--- /dev/null
+++ b/textproc/p5-PPI-XS/distinfo
@@ -0,0 +1,3 @@
+MD5 (PPI-XS-0.900.tar.gz) = 8003a479b1506feefd275824f1d67c9b
+SHA256 (PPI-XS-0.900.tar.gz) = 9e4050dc9115bde04a71bcce3a65c9a8dc0681337b47433d38983b67ed83f83d
+SIZE (PPI-XS-0.900.tar.gz) = 23526
diff --git a/textproc/p5-PPI-XS/pkg-descr b/textproc/p5-PPI-XS/pkg-descr
new file mode 100644
index 000000000000..31cb4c69a488
--- /dev/null
+++ b/textproc/p5-PPI-XS/pkg-descr
@@ -0,0 +1,5 @@
+PPI::XS provides XS-based acceleration of the core PPI packages. It
+selectively replaces a (small but growing) number of methods throughout
+PPI with identical but much faster C versions.
+
+WWW: http://search.cpan.org/dist/PPI-XS/
diff --git a/textproc/p5-PPI-XS/pkg-plist b/textproc/p5-PPI-XS/pkg-plist
new file mode 100644
index 000000000000..c05224850f66
--- /dev/null
+++ b/textproc/p5-PPI-XS/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/PPI/XS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI/XS/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI/XS/XS.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI/XS/XS.so
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI/XS
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PPI
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/PPI