mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
The "mro" namespace provides several utilities for dealing with method
resolution order and method caching in general in Perl 5.9.5 and higher.
This commit is contained in:
parent
ef1445f29f
commit
24ebc8be8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193750
@ -1289,6 +1289,7 @@
|
||||
SUBDIR += p5-Log-TraceMessages
|
||||
SUBDIR += p5-Logfile-Rotate
|
||||
SUBDIR += p5-Luka
|
||||
SUBDIR += p5-MRO-Compat
|
||||
SUBDIR += p5-Mac-FileSpec-Unixish
|
||||
SUBDIR += p5-Make
|
||||
SUBDIR += p5-Make-Cache
|
||||
|
32
devel/p5-MRO-Compat/Makefile
Normal file
32
devel/p5-MRO-Compat/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: devel/p5-MRO-Compat
|
||||
# Date created: Jun 18, 2007
|
||||
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MRO-Compat
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/B/BL/BLBLACK
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lbr@FreeBSD.org
|
||||
COMMENT= Add mro::* interface compatibility for Perls < 5.9.5
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Class-C3>=0.19:${PORTSDIR}/devel/p5-Class-C3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MRO::Compat.3
|
||||
|
||||
post-extract:
|
||||
@${PERL} -i.bak -ne 'print unless m,^if, .. m,}$$,' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-MRO-Compat/distinfo
Normal file
3
devel/p5-MRO-Compat/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (MRO-Compat-0.03.tar.gz) = b727e8f9a1c21184c3773fd1833a7483
|
||||
SHA256 (MRO-Compat-0.03.tar.gz) = 66cf334463b7858a34d904bfb8cf5fe9dfe73780f77df2c0946960abe00e1c32
|
||||
SIZE (MRO-Compat-0.03.tar.gz) = 23604
|
5
devel/p5-MRO-Compat/pkg-descr
Normal file
5
devel/p5-MRO-Compat/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
The "mro" namespace provides several utilities for dealing with method
|
||||
resolution order and method caching in general in Perl 5.9.5 and
|
||||
higher.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MRO-Compat/
|
5
devel/p5-MRO-Compat/pkg-plist
Normal file
5
devel/p5-MRO-Compat/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/MRO/Compat.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MRO/Compat/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MRO/Compat
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MRO
|
||||
@dirrmtry %%SITE_PERL%%/MRO
|
Loading…
Reference in New Issue
Block a user