22 lines
580 B
Makefile
22 lines
580 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Catalyst-Plugin-ConfigLoader
|
|
PORTVERSION= 0.32
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BOBTFISH
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Load config files of various types
|
|
|
|
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7008:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Data-Visitor>=0.24:${PORTSDIR}/devel/p5-Data-Visitor \
|
|
p5-Config-Any>=0.20:${PORTSDIR}/devel/p5-Config-Any \
|
|
p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|