import p5-MRO-Compat
The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher. ok jasper@, tested by espie@
This commit is contained in:
parent
ad86753a71
commit
755f699a24
22
devel/p5-MRO-Compat/Makefile
Normal file
22
devel/p5-MRO-Compat/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 21:21:49 simon Exp $
|
||||
|
||||
COMMENT= mro::* interface compatibility for Perl < 5.9.5
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= MRO-Compat-0.05
|
||||
CATEGORIES= devel
|
||||
|
||||
CPAN_AUTHOR= BLBLACK
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Class-C3->=0.19:devel/p5-Class-C3
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_ARGS= --skipdeps
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-MRO-Compat/distinfo
Normal file
5
devel/p5-MRO-Compat/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (MRO-Compat-0.05.tar.gz) = Q+9uJ606DA4RmipRURC0ZA==
|
||||
RMD160 (MRO-Compat-0.05.tar.gz) = xQfLAsEivcSZZMauq23H/atPQAY=
|
||||
SHA1 (MRO-Compat-0.05.tar.gz) = o8gXrliiDHD0XO3FUcyUQ/cnZXA=
|
||||
SHA256 (MRO-Compat-0.05.tar.gz) = Ows05VaxPp+f6FdIzFLgWhNhH2gMOSK9oj+fYFBtG0o=
|
||||
SIZE (MRO-Compat-0.05.tar.gz) = 23528
|
2
devel/p5-MRO-Compat/pkg/DESCR
Normal file
2
devel/p5-MRO-Compat/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
The "mro" namespace provides several utilities for dealing with method
|
||||
resolution order and method caching in general in Perl 5.9.5 and higher.
|
4
devel/p5-MRO-Compat/pkg/PLIST
Normal file
4
devel/p5-MRO-Compat/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/25 21:21:49 simon Exp $
|
||||
${P5SITE}/MRO/
|
||||
${P5SITE}/MRO/Compat.pm
|
||||
@man man/man3p/MRO::Compat.3p
|
Loading…
Reference in New Issue
Block a user