import p5-Class-Multimethods
The Class:Multimethod module exports a subroutine (&multimethod) that can be used to declare other subroutines that are dispatched using a algorithm different from the normal Perl subroutine or method dispatch mechanism.
This commit is contained in:
parent
494f00e12c
commit
0fcf970c47
17
devel/p5-Class-Multimethods/Makefile
Normal file
17
devel/p5-Class-Multimethods/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:14:02 simon Exp $
|
||||
|
||||
COMMENT = support multimethods and function overloading in Perl
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Class-Multimethods-1.70
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Class-Multimethods/distinfo
Normal file
5
devel/p5-Class-Multimethods/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Class-Multimethods-1.70.tar.gz) = X9x52qgbECuVaxphUx/Wpw==
|
||||
RMD160 (Class-Multimethods-1.70.tar.gz) = kqo6xBdB4r7RtZM/tO+zIlIM3VE=
|
||||
SHA1 (Class-Multimethods-1.70.tar.gz) = E6czP3s9zzrNHAZsg5l91RPsrZ4=
|
||||
SHA256 (Class-Multimethods-1.70.tar.gz) = 5vL+FVMNngNinG9C1Ti7+BQZll3EcJT9DjbOgwIGnCM=
|
||||
SIZE (Class-Multimethods-1.70.tar.gz) = 28316
|
4
devel/p5-Class-Multimethods/pkg/DESCR
Normal file
4
devel/p5-Class-Multimethods/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The Class:Multimethod module exports a subroutine (&multimethod) that
|
||||
can be used to declare other subroutines that are dispatched using a
|
||||
algorithm different from the normal Perl subroutine or method dispatch
|
||||
mechanism.
|
5
devel/p5-Class-Multimethods/pkg/PLIST
Normal file
5
devel/p5-Class-Multimethods/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/09 21:14:02 simon Exp $
|
||||
${P5SITE}/Class/
|
||||
${P5SITE}/Class/Multimethods.pm
|
||||
${P5SITE}/Class/Multimethods.pod
|
||||
@man man/man3p/Class::Multimethods.3p
|
Loading…
Reference in New Issue
Block a user