17 lines
332 B
Makefile
17 lines
332 B
Makefile
# $OpenBSD: Makefile,v 1.4 2013/03/11 10:50:14 espie Exp $
|
|
|
|
COMMENT = support multimethods and function overloading in Perl
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Class-Multimethods-1.70
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|