mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
cb41fc6623
Sponsored by: Absolight
25 lines
452 B
Makefile
25 lines
452 B
Makefile
# Created by: lbr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MRO-Compat
|
|
PORTVERSION= 0.13
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:HAARG
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Add mro::* interface compatibility for Perls < 5.9.5
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Class-C3>=0.19:devel/p5-Class-C3
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|