0f9bbff91b
- Fix version requirement of *_DEPENDS - Clean up TEST_DEPENDS: remove development dependencies Changes: http://search.cpan.org/dist/Class-C3-Componentised/Changes
26 lines
630 B
Makefile
26 lines
630 B
Makefile
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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= 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
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0.31:devel/p5-Test-Exception
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|