mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
XS performance enhancers for Class::C3.
This commit is contained in:
parent
518d504fda
commit
825f0594bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191736
@ -895,6 +895,7 @@
|
||||
SUBDIR += p5-Class-Base
|
||||
SUBDIR += p5-Class-BlackHole
|
||||
SUBDIR += p5-Class-C3
|
||||
SUBDIR += p5-Class-C3-XS
|
||||
SUBDIR += p5-Class-Closure
|
||||
SUBDIR += p5-Class-CodeStyler
|
||||
SUBDIR += p5-Class-Constant
|
||||
|
28
devel/p5-Class-C3-XS/Makefile
Normal file
28
devel/p5-Class-C3-XS/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: Class-C3-XS
|
||||
# Date created: 25 May 2007
|
||||
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-C3-XS
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Class
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lbr@FreeBSD.org
|
||||
COMMENT= XS speedups for Class::C3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Class::C3::XS.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-Algorithm-C3
|
||||
IGNORE= requires perl 5.8.x or later, install lang/perl5.8
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-Class-C3-XS/distinfo
Normal file
3
devel/p5-Class-C3-XS/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-C3-XS-0.06.tar.gz) = 75edb5c79fa2c7859cd4cf684e34924c
|
||||
SHA256 (Class-C3-XS-0.06.tar.gz) = 42f37b8d20fcdda6d0041da775113f918ff34c483bac1eda0a06fd69ff940315
|
||||
SIZE (Class-C3-XS-0.06.tar.gz) = 25718
|
11
devel/p5-Class-C3-XS/pkg-descr
Normal file
11
devel/p5-Class-C3-XS/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
This contains XS performance enhancers for Class::C3 version
|
||||
0.16 and higher. The main Class::C3 package will use this
|
||||
package automatically if it can find it. Do not use this
|
||||
package directly, use Class::C3 instead.
|
||||
|
||||
This module won't do anything for you if you're running a
|
||||
version of Class::C3 older than 0.16. (It's not a
|
||||
dependency because it would be circular with the optional
|
||||
dep from that package to this one).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Class-C3-XS/
|
9
devel/p5-Class-C3-XS/pkg-plist
Normal file
9
devel/p5-Class-C3-XS/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Class/C3/XS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/XS/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/XS/XS.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/XS/XS.bs
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Class/C3
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3/XS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/C3
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
Loading…
Reference in New Issue
Block a user