openbsd-ports/devel/p5-Class-Multimethods/Makefile
simon 0fcf970c47 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.
2008-09-09 21:14:02 +00:00

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>