freebsd-ports/devel/p5-Class-C3-Componentised/Makefile
2021-04-06 16:31:07 +02:00

25 lines
615 B
Makefile

# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
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
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>