2014-05-10 17:15:50 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2014/05/10 17:15:50 afresh1 Exp $
|
2007-10-25 21:21:49 +00:00
|
|
|
|
2014-05-10 17:15:50 +00:00
|
|
|
COMMENT = mro::* interface compatibility for Perl < 5.9.5
|
2007-10-25 21:21:49 +00:00
|
|
|
|
2014-05-10 17:15:50 +00:00
|
|
|
DISTNAME = MRO-Compat-0.12
|
|
|
|
CATEGORIES = devel
|
2007-10-25 21:21:49 +00:00
|
|
|
|
2014-05-10 17:15:50 +00:00
|
|
|
CPAN_AUTHOR = BOBTFISH
|
2007-10-25 21:21:49 +00:00
|
|
|
|
2014-05-10 17:15:50 +00:00
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
2007-10-25 21:21:49 +00:00
|
|
|
|
2014-05-10 17:15:50 +00:00
|
|
|
# perl_5
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2007-10-25 21:21:49 +00:00
|
|
|
|
2014-05-10 17:15:50 +00:00
|
|
|
MODULES = cpan
|
|
|
|
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
|
|
|
|
RUN_DEPENDS = devel/p5-Class-C3>=0.20
|
|
|
|
|
|
|
|
# Optional depends to avoid skipping tests
|
|
|
|
TEST_DEPENDS = devel/p5-Test-Pod \
|
|
|
|
devel/p5-Test-Pod-Coverage
|
2007-10-25 21:21:49 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|