0fcf970c47
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.
18 lines
390 B
Makefile
18 lines
390 B
Makefile
# $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>
|