mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
28 lines
721 B
Makefile
28 lines
721 B
Makefile
# New ports collection makefile for: www/p5-Catalyst-Plugin-ConfigLoader
|
|
# Date created: July 11, 2006
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-Plugin-ConfigLoader
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Load config files of various types
|
|
|
|
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7008:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Data-Visitor>=0.02:${PORTSDIR}/devel/p5-Data-Visitor \
|
|
p5-Config-Any>=0.08:${PORTSDIR}/devel/p5-Config-Any
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Catalyst::Plugin::ConfigLoader.3 \
|
|
Catalyst::Plugin::ConfigLoader::Manual.3
|
|
|
|
.include <bsd.port.mk>
|