mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
24 lines
510 B
Makefile
24 lines
510 B
Makefile
# Created by: lbr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MRO-Compat
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BOBTFISH
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Add mro::* interface compatibility for Perls < 5.9.5
|
|
|
|
BUILD_DEPENDS= p5-Class-C3>=0.19:${PORTSDIR}/devel/p5-Class-C3
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= extract configure
|
|
|
|
post-extract:
|
|
@${PERL} -i.bak -ne 'print unless m,^if, .. m,}$$,' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|