aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-C3-Componentised/Makefile
blob: f8b4ec701c45348390b82b6c0f550072b70415fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	Class-C3-Componentised
PORTVERSION=	1.001002
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Load mix-ins or components to your C3-based class
WWW=		https://metacpan.org/release/Class-C3-Componentised

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Class-C3>=0.20:devel/p5-Class-C3 \
		p5-Class-Inspector>=1.32:devel/p5-Class-Inspector \
		p5-MRO-Compat>=0.09:devel/p5-MRO-Compat
TEST_DEPENDS=	p5-Test-Exception>=0.31:devel/p5-Test-Exception

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>