17 lines
321 B
Makefile
17 lines
321 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/07/03 21:44:43 sthen Exp $
|
|
|
|
COMMENT = support multimethods and function overloading in Perl
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Class-Multimethods-1.701
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WRKSRC = ${WRKDIR}/Class-Multimethods-1.700
|
|
|
|
.include <bsd.port.mk>
|