pkgsrc/www/p5-Catalyst-Plugin-ConfigLoader/Makefile
abs c9b73fb7ac Added www/p5-Catalyst-Plugin-ConfigLoader version 0.20
This module will attempt to load find and load a configuration file
of various types. Currently it supports YAML, JSON, XML, INI and
Perl formats. Special configuration for a particular driver format
can be stored in

MyApp->config->{ 'Plugin::ConfigLoader' }->{ driver }.
2008-07-15 09:18:17 +00:00

22 lines
723 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:18:17 abs Exp $
DISTNAME= Catalyst-Plugin-ConfigLoader-0.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/
COMMENT= Load Catalyst config from YAML file
DEPENDS+= p5-Catalyst-Runtime>=5.70:../../www/p5-Catalyst-Runtime
DEPENDS+= p5-Data-Visitor>=0.02:../../devel/p5-Data-Visitor
DEPENDS+= p5-Config-Any>=0.08:../../devel/p5-Config-Any
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Catalyst/Plugin/ConfigLoader/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"