openbsd-ports/www/p5-CGI-Application-Plugin-ConfigAuto/Makefile
simon 650b0d4df0 import p5-CGI-Application-Plugin-ConfigAuto
CGI::Application::Plugin::ConfigAuto adds easy access to config file
variables to your CGI::Application modules.  Lazy loading is used to
prevent the config file from being parsed if no configuration variables
are accessed during the request.  In other words, the config file is not
parsed until it is actually needed.  The Config::Auto package provides
the framework for this plugin.

from Mikolaj Kucharski
2009-02-06 22:09:10 +00:00

23 lines
450 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/02/06 22:09:10 simon Exp $
COMMENT = easy config file management
MODULES = cpan
DISTNAME = CGI-Application-Plugin-ConfigAuto-1.30
CATEGORIES = www
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
RUN_DEPENDS = ::devel/p5-Config-Auto \
::www/p5-CGI-Application
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>