openbsd-ports/databases/p5-CGI-Application-Plugin-DBH/Makefile
simon 13e92b3ab0 import p5-CGI-Application-Plugin-DBH
CGI::Application::Plugin::DBH adds easy access to a DBI database handle
to your CGI::Application modules.  Lazy loading is used to prevent a
database connection from being made if the dbh method is not called
during the request.  In other words, the database connection is not
created until it is actually needed.

from Mikolaj Kucharski
2009-02-06 22:03:51 +00:00

26 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/02/06 22:03:51 simon Exp $
COMMENT = easy DBI access
MODULES = cpan
DISTNAME = CGI-Application-Plugin-DBH-4.00
CATEGORIES = databases www
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = modbuild
RUN_DEPENDS = ::databases/p5-DBI \
::www/p5-CGI-Application
REGRESS_DEPENDS = ::databases/p5-DBD-Mock
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>