20 lines
333 B
Makefile
20 lines
333 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:44:59 sthen Exp $
|
|
|
|
COMMENT = mro::* interface compatibility for Perl < 5.9.5
|
|
|
|
DISTNAME = MRO-Compat-0.13
|
|
CATEGORIES = devel
|
|
REVISION = 0
|
|
|
|
CPAN_AUTHOR = HAARG
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
# perl_5
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|